Open gjnave opened 1 month ago
I had the same issue. After googling, I found this solution:
"Setting fastapi==0.112.2 in requirements has helped me as a temporary fix."
It fixed it for me.
Found it here: https://discuss.huggingface.co/t/new-gradio-space-connection-errored-out/105509
I had the same issue. After googling, I found this solution:
"Setting fastapi==0.112.2 in requirements has helped me as a temporary fix."
It fixed it for me.
Found it here: https://discuss.huggingface.co/t/new-gradio-space-connection-errored-out/105509
Excellent! This was the answer
Hi and thank you so much for this great project that i've been following for months now:
the current (manual install) version seems to have broken the GUI. When clicking on a sample image, the following error is displayed: Could not parse server response: SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON
as well, even if uploading images and video (or using webcam) it errors as well:
command line inference works however.
thank you for your assistance
Gary