You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Gradio 6.0 compat and list.keys() error (closes#71)
- Fix Gradio 6.0 deprecation: move theme/js from Blocks() to launch()
with version detection for backward compatibility
- Fix variables.py: populate model_options from CSV data, add defensive
isinstance() checks for vr_models/mdx_models/karaoke_models/
reverb_models/denoise_models to prevent .keys() on non-dict types
- Fix downloads.py: use list(model_options.keys()) for CSV dropdown
choices instead of passing dict or list directly
- Fix separate.py: add empty-dict guards on .keys() calls for
karaoke_models, reverb_models, denoise_models
- Fix create_dataset.py: add empty-dict guards on .keys() calls
- Fix feedback.py: add isinstance() guard for MODEL_TYPES
- Fix process.py: add isinstance() check in update_sample_rate_dropdown
- Add better error traceback in gui.py exception handler
- Add packaging>=23.0 to requirements.txt for version detection
0 commit comments