JaynilJaiswal commited on
Commit
9b2b6d0
·
verified ·
1 Parent(s): 395162d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ COPY . /code/
31
 
32
  # Set the command to run the Gradio app (app.py)
33
  # HF Spaces usually figures this out, but explicitly setting it is fine.
34
- # CMD ["python", "app.py"]
 
31
 
32
  # Set the command to run the Gradio app (app.py)
33
  # HF Spaces usually figures this out, but explicitly setting it is fine.
34
+ CMD ["python", "app.py"]