Inigozr commited on
Commit
f7e8aa8
2 Parent(s): f427c85 3455674

Merge branch 'main' of https://huggingface.co/spaces/Inigozr/yolo-test into main

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ COPY ./requirements.txt /requirements.txt
6
 
7
  RUN python3 -m pip install -r requirements.txt
8
 
9
- COPY app.y .
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
 
7
  RUN python3 -m pip install -r requirements.txt
8
 
9
+ COPY app.py .
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]