I don't have problem working locally but when I host the same app to Huggingface spaces using Steamlit, it always shows problem.
File "/home/user/.local/lib/python3.10/site-packages/urllib3/util/connection.py", line 58, in create_connection
raise LocationParseError(f"'{host}', label empty or too long") from None
I don't have problem working locally but when I host the same app to Huggingface spaces using Steamlit, it always shows problem.
Is it related to some
proxies
?