orpatashnik commited on
Commit
f183b35
·
1 Parent(s): dd20052
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN pip install --upgrade pip \
7
  && pip install -r requirements.txt
8
 
9
  COPY . .
10
- CMD ["python", "-m", "gradio", "app"]
 
7
  && pip install -r requirements.txt
8
 
9
  COPY . .
10
+ CMD ["python", "app.py"]