acheong08 / Bard

Python SDK/API for reverse engineered Google Bard
MIT License
1.42k stars 177 forks source link

Works fine locally but does not while hosted to Huggingface spaces . #79

Open Saugatkafley opened 1 year ago

Saugatkafley commented 1 year ago

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

Is it related to some proxies ?