-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Gradio demo app for AudioGen #158
Comments
A combined version would definitely be amazing. However were you able to get the most recent version of gradio loaded? Mine does not seem to work and can't pull the model. |
That's exactly how I did it for my MusicGen UI, here's a Google Colab link And here's the repo |
i should test this nice |
I've just sent a PR for this. Instead of trying to make both audio and music work in a unified interface, I just created a separate |
Is there a fix for the dependency conflict? Neither option in the notebook works. |
I just tested musicgen small and audiogen medium and it worked. Which dependency conflict are you referring to, is it Also, I am running on the Google colabs T4 GPU runtime. |
Ah, I didn't realize that the colab notebook wasn't set to T4 already. It was failing and pip had complained about the transformers version, so I assumed that was the problem. Thanks! |
Probably late to the party but here is my version of the AudioGen with MusicGen: it also features It runs well on the free version of the colab, although the MBD requires much more VRAM if you wanna use it |
While there is a Gradio app for MusicGen, there does not appear to be one for AudioGen.
Would it be possible to have a demo gradio app for AudioGen too?
Or even better, to combine them both into a single gradio interface?
The text was updated successfully, but these errors were encountered: