Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY . .
27
  EXPOSE 7860
28
 
29
  # Command to run the FastAPI application with Gradio
30
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
27
  EXPOSE 7860
28
 
29
  # Command to run the FastAPI application with Gradio
30
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]