Your Name commited on
Commit
a1e0f40
1 Parent(s): 3177c4d
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
37
  COPY . .
38
 
39
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
40
- CMD ["python", "gradio_app.py", "launch", "--listen", "--hf-space"]
 
37
  COPY . .
38
 
39
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
40
+ CMD ["python", "app.py"]