himansha2001 commited on
Commit
3ce1da3
·
1 Parent(s): 8953138

Updated dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN mkdir -p /code/cache && chmod -R 777 /code/cache
18
  ENV TRANSFORMERS_CACHE=/code/cache
19
 
20
  # Hugging Face Spaces specific environment variable
21
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  ENV TRANSFORMERS_CACHE=/code/cache
19
 
20
  # Hugging Face Spaces specific environment variable
21
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
README.md CHANGED
@@ -7,5 +7,5 @@ sdk: docker
7
  pinned: false
8
  app_port: 7860
9
  license: mit
10
- short_description: The model for the AlgoX
11
  ---
 
7
  pinned: false
8
  app_port: 7860
9
  license: mit
10
+ short_description: The backend for the AlgoX
11
  ---