Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ EXPOSE 7860
|
|
18 |
ENV HUGGINGFACEHUB_API_TOKEN=""
|
19 |
|
20 |
# Run the application
|
21 |
-
CMD ["python", "
|
|
|
18 |
ENV HUGGINGFACEHUB_API_TOKEN=""
|
19 |
|
20 |
# Run the application
|
21 |
+
CMD ["python", "app.py"]
|