Turing311 commited on
Commit
a7354bd
·
1 Parent(s): d3f9aeb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,5 +9,5 @@ COPY ./app.py .
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
11
  RUN pip3 install -r requirements.txt
12
- CMD [ "python3", "app.py"]
13
  EXPOSE 8080
 
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
11
  RUN pip3 install -r requirements.txt
12
+ CMD [ "python3", "gradio/demo.py"]
13
  EXPOSE 8080