th0mascat commited on
Commit
17b60f9
1 Parent(s): 96efb5d

Add application file

Browse files
Files changed (2) hide show
  1. handwritting_fastapi.py → app.py +0 -0
  2. dockerfile +1 -1
handwritting_fastapi.py → app.py RENAMED
File without changes
dockerfile CHANGED
@@ -5,4 +5,4 @@ WORKDIR /
5
 
6
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
5
 
6
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]