Ishaan Shah commited on
Commit
0b341dc
β€’
1 Parent(s): 8081d0b

config changes

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. README.md +2 -5
  3. app.py β†’ main.py +0 -0
Dockerfile CHANGED
@@ -6,4 +6,4 @@ COPY . .
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
README.md CHANGED
@@ -3,11 +3,8 @@ title: Prodrectest
3
  emoji: πŸ“‰
4
  colorFrom: pink
5
  colorTo: blue
6
- sdk: streamlit
7
- sdk_version: 1.35.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
3
  emoji: πŸ“‰
4
  colorFrom: pink
5
  colorTo: blue
6
+ sdk: docker
7
+ app_port: 8000
 
 
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py β†’ main.py RENAMED
File without changes