Open dophuchoan opened 7 months ago
换成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. Anyone can help us?
Email has been received. Best regards. ---Hui
This version worked for me. gradio==3.39.0 .
I have tried this based on https://github.com/gaomingqi/Track-Anything/issues/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