habdine commited on
Commit
e678172
1 Parent(s): dd1ee73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN pip3 install gradio==5.0.1
21
  RUN pip3 install spaces
22
 
23
  CMD ["ls"]
24
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
21
  RUN pip3 install spaces
22
 
23
  CMD ["ls"]
24
+ CMD ["uvicorn", "app:demo", "--host", "0.0.0.0", "--port", "7860"]