-
Notifications
You must be signed in to change notification settings - Fork 491
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 gets stuck in loop after clicking an image or button #115
Comments
The latest code works on my computer. Your issue might be caused by the network connection issues of huggingface gradio. |
Thanks for the suggestion! |
I was wondering if you have solved the problem now? |
No, I haven't had a response back from the Huggingface forum and I personally don't know how to fix it. |
For you can have a try in the installation environment/site_packages gradio/themes/utils/fonts. Py commented in this web site, https://fonts.googleapis.com/, and then remove the browser's cache to try. I tried it and found that it could run. |
Still not fixed |
Gradio gets stuck in an infinite loop after clicking on an image or when clicking a button on the panel. The image disappears immediately when doing so.
CPU and GPU activity sticks at only ~5% (10% tops) with Gradio running. So although it's continually loading not much effort seems to be put into it.
Does anyone know what's wrong or how to solve this?
The setup I'm currently using:
Windows 10
Visual Studio 2019 (Community)
Miniconda3
NVIDIA GeForce GTX 1080
CUDA Toolkit v11.7 (installed separately from Miniconda3)
Packages (incomprehensive list)
draggan 1.1.6
gradio 3.34.0
gradio-client 0.2.6
python 3.7.16
torch 1.13.1+cu117
torchaudio 0.13.1+cu117
torchvision 0.1.6
The text was updated successfully, but these errors were encountered: