Spaces:
Running
Automatically downgrade the Gradio version to 3.46 so that zero GPU cannot be used normally.
Here is my space
I specified the version of gradio==4.26.0 in requirements.txt, but at the end of each deployment, a 3.46 version was always automatically installed for me, causing me to be unable to use Zero GPU normally. Have you ever encountered this problem? I would be grateful if you could give me some advice!
Here is my space
I specified the version of gradio==4.26.0 in requirements.txt, but at the end of each deployment, a 3.46 version was always automatically installed for me, causing me to be unable to use Zero GPU normally. Have you ever encountered this problem? I would be grateful if you could give me some advice!
Hello, make sure you have changed the sdk_version
in README.md to 4.26.0
Here is my space
I specified the version of gradio==4.26.0 in requirements.txt, but at the end of each deployment, a 3.46 version was always automatically installed for me, causing me to be unable to use Zero GPU normally. Have you ever encountered this problem? I would be grateful if you could give me some advice!
Hello, make sure you have changed the
sdk_version
in README.md to 4.26.0
Huge thanks for the help! I really appreciate it!