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
This did get the demo working for me. Note however Gradio 4.44.1 does have current vulnerabilities. Running the demo creates a publicly accessible grado link if you run it with the "--share" option, e.g. python3 -m demos.musicgen_app --share
Based on this issue gradio-app/gradio#9463, musicgen_app.py stop working due to depreciation in make_waveform function from Gradio 5 package.
The solution is to downgrade to Gradio 4.44.1 (https://pypi.org/project/gradio/4.44.1/)
Hope someone will solve dependency issue in requirements.txt. Thanks
The text was updated successfully, but these errors were encountered: