Spaces:
Sleeping
Sleeping
Gilbert Botchway
commited on
Commit
·
8c524cf
1
Parent(s):
50c97b2
more changes #
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ RUN pip3 install --upgrade pip
|
|
18 |
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
-
CMD ["streamlit","run","sentimentappstreamlit.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space", "--allow-websocket-
|
|
|
18 |
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
+
CMD ["streamlit","run","sentimentappstreamlit.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--allow-websocket-origin", "ghylb-Sentiment_app.hf.space", "--allow-websocket-origin","0.0.0.0:7860"]
|