Spaces:
Runtime error
Runtime error
eliphatfs
commited on
Commit
•
41a9dce
1
Parent(s):
9962a17
Fix.
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,4 +37,4 @@ COPY --chown=user . $HOME/app
|
|
37 |
|
38 |
RUN python3 download_checkpoints.py
|
39 |
|
40 |
-
CMD ["
|
|
|
37 |
|
38 |
RUN python3 download_checkpoints.py
|
39 |
|
40 |
+
CMD ["python3", "gradio_app.py"]
|