-
Notifications
You must be signed in to change notification settings - Fork 14
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
Crash when loading up web GUI #92
Comments
When the app initially loads in the browser, it makes a call back to the server to load the default configs. It seems like this request is what's failing. Can you check what Also, just to confirm, are you running the browser on the same machine that you launched |
These are the versions listed for gradio: I am also indeed running everything on the same machine. |
I tried testing with your gradio version and am not able to reproduce. This appears to be the error of interest https://github.com/gradio-app/gradio/blob/2382f741ffac98c1d929e7b253abbc8f5508feaa/gradio/routes.py#L600-L607. It seems to happen while the gradio server is SSE-streaming the response, but I haven't dug further than that. This active issue might be related: gradio-app/gradio#6920 |
Also related: gradio-app/gradio#7189 I have now hit this issue once myself, but I can't reproduce it consistently. |
Upon launching
invoke-train-ui
, then opening the local URL, the GUI loads in browser, and immediately crashes.Environment:
Arch Linux
Firefox 122
Python 3.10
Here is the output log when the crash occurs:
The text was updated successfully, but these errors were encountered: