hemantn commited on
Commit
553ab5e
·
1 Parent(s): 6d25b81

application file command changed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,5 +24,5 @@ ENV GRADIO_SERVER_NAME="0.0.0.0"
24
  ENV GRADIO_SERVER_PORT=7860
25
 
26
  # Run the application
27
- CMD ["python", "app.py"]
28
 
 
24
  ENV GRADIO_SERVER_PORT=7860
25
 
26
  # Run the application
27
+ CMD ["gradio", "app.py"]
28