Kabila22 commited on
Commit
105a66a
·
1 Parent(s): 6ee032f

Added trained model

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  EXPOSE 7860
20
 
21
  # Run the FastAPI server using uvicorn
22
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
19
  EXPOSE 7860
20
 
21
  # Run the FastAPI server using uvicorn
22
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]