Pushpak21 commited on
Commit
fbb1f9e
·
verified ·
1 Parent(s): f8fe3f8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV STREAMLIT_HOME="/app/.streamlit"
20
  ENV STREAMLIT_BROWSER_GATHERUSAGESTATS="false"
21
 
22
  # Expose Streamlit port
23
- EXPOSE 8501
24
 
25
  # Run the Streamlit app
26
  CMD ["streamlit", "run", "app.py", \
 
20
  ENV STREAMLIT_BROWSER_GATHERUSAGESTATS="false"
21
 
22
  # Expose Streamlit port
23
+ EXPOSE 8501
24
 
25
  # Run the Streamlit app
26
  CMD ["streamlit", "run", "app.py", \