Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
|
|
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"]
|