-
Notifications
You must be signed in to change notification settings - Fork 482
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 versions with issues #131
Comments
换成3.9版本的gradio,因为依赖里gradio没有指定版本,pip拉取的最新,当前是4.3,会有语法上的问题 |
You can also install the last version of gradio and edit the app.py file. You can remove the scale parameter in gr.Row(), autosize in gr.Video(), .style() from the end of the lines that raise error, and remove the enable_queue parameter in iface.launch. |
Email has been received. Best regards. ---Hui
|
I am facing the same issues. |
Email has been received. Best regards. ---Hui
|
This version worked for me. I have tried this based on #120 |
Hello all!
I'm facing an issue with gradio. With the newest gradio version (4.27.0) - I got this issue:
TypeError: Row.init() got an unexpected keyword argument 'scale'
Then I followed all the guides from other members, and tried to downgrade the version to: 3.25, 3.48, and even 3.50.2 but they all gave back a lot of errors, like this:
Any help would be really appreciated!
Again! Thank you for all of your hard work! <3
The text was updated successfully, but these errors were encountered: