gpt4free
gpt4free copied to clipboard
Once I have docker running
Once I have docker running, if I access the IP and port 8501 the web stays loading. It is normal? Do you have a graphical environment?
If I run "streamlit run gui/streamlit_app.py" y have this error:
Traceback (most recent call last):
File "/usr/local/bin/streamlit", line 5, in
Now I ran this command:
pip install --upgrade jinja2
And then:
streamlit run gui/streamlit_app.py
And I get this message:
streamlit run gui/streamlit_app.py
Collecting usage statistics. To deactivate, set browser.gatherUsageStats to False.
You can now view your Streamlit app in your browser.
Network URL: http://xxx:8501 External URL: http://xxx:8501
But if I access the URL, the web keeps loading
+1
+1
same error. my docker instance is running but i can't see anything in the browser. forever loading and then it times out. any solutions?