You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inheriting from Gradio's gr.File component to create a new component, a UnicodeDecodeError occurs on Windows due to 'cp949' codec issues. This happens because Gradio's internal code uses the default system encoding when reading files.
Description
When inheriting from Gradio's
gr.File
component to create a new component, a UnicodeDecodeError occurs on Windows due to 'cp949' codec issues. This happens because Gradio's internal code uses the default system encoding when reading files.Reproduction steps
Screenshots
![DESCRIPTION](LINK.png)
Logs
Browsers
Chrome
OS
Windows
Additional information
No response
The text was updated successfully, but these errors were encountered: