Wauplin HF staff commited on
Commit
ad58794
1 Parent(s): 4a0697b

entrypoing

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ RUN pip install --no-cache-dir https://gradio-builds.s3.amazonaws.com/f4d696f71f
6
 
7
  COPY . .
8
 
9
- CMD ["gradio", "app.py"]
 
6
 
7
  COPY . .
8
 
9
+ CMD ["python", "app.py"]