-
Notifications
You must be signed in to change notification settings - Fork 184
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
AttributeError: module 'gradio' has no attribute 'Box' #52
Comments
Same for me. |
Hello, the same thing happened to me, what I did was uninstall gradio and install an older version. |
OK thank you for that, I'll try it later. I can't say much about downloading the models though as I've not been able to run the program at all. |
Interim fix here #65 |
I created PR #66 to fix it. |
When following the instructions on the readme, cd into audioLDM2 and run python3 app.py it returns the following error:
Traceback (most recent call last):
File "app.py", line 226, in
with gr.Box():
AttributeError: module 'gradio' has no attribute 'Box'
I've looked at the documentation online for gradio and there does not seem to be a "Box" attribute for gradio, so I'm not quite sure what to do other than raising this issue.
Thank you
The text was updated successfully, but these errors were encountered: