BjarneBepaData commited on
Commit
f0dc920
1 Parent(s): dbd3a43

Back to the default port

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +0 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
  COPY ./app /code/app
15
 
16
  #
17
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8080"]
 
14
  COPY ./app /code/app
15
 
16
  #
17
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
README.md CHANGED
@@ -7,7 +7,6 @@ sdk: docker
7
  sdk_version: 1.33.0
8
  app_file: app.py
9
  pinned: false
10
- app_port: 8080
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 1.33.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference