Spaces:
Sleeping
Sleeping
application file command changed
Browse files- 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 ["
|
| 28 |
|
|
|
|
| 24 |
ENV GRADIO_SERVER_PORT=7860
|
| 25 |
|
| 26 |
# Run the application
|
| 27 |
+
CMD ["gradio", "app.py"]
|
| 28 |
|