Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'gradio' has no attribute 'make_waveform' due to Gradio 5 Depreceated #529

Open
RoARene317 opened this issue Jan 16, 2025 · 1 comment

Comments

@RoARene317
Copy link

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

@briansalisbury
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants