-
Notifications
You must be signed in to change notification settings - Fork 118
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
UnicodeDecodeError: #5
Comments
Can you try running with |
I have same error, after reinstall gradio...success🤔 |
* MPS backend support * Fixes for cuda backend * Update README.md * Fix run.py and some other minor changes * Fix CPU always being used in run.py
Hi, I get the same error when running the Gradio app with:
Ubuntu 24.04.1 LTS |
Resolved by upgrading:
Run: python -Xutf8 gradio_app.py |
Hi
I tired to run in local with gradio_app.py.
I've got this error.
Generation took: 4.131814479827881 s
Peak Memory: 8355.408203125 MB
ERROR: Exception in ASGI application
File "/home/xxxx/miniconda3/envs/pytorch2/lib/python3.10/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1932325: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: