raphael-gl HF Staff commited on
Commit
39b3f8c
·
verified ·
1 Parent(s): d0915a6

Fix missing app port in space card

Browse files

Streamlit is setup to listen on 8501, when not specified the space is considered to expose port 7860
The service started properly but the monitored port is not the correct one

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: green
6
  sdk: docker
7
  pinned: false
8
  license: mit
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
+ app_port: 8501
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference