Update app.py
Browse files
app.py
CHANGED
@@ -51,4 +51,4 @@ RUN mkdir -p $PLAYWRIGHT_BROWSERS_PATH \
|
|
51 |
# ENV HUGGINGFACE_PASSWORD=your_password
|
52 |
|
53 |
# Run the app when the container launches. Correct the filename here.
|
54 |
-
CMD ["python", "app
|
|
|
51 |
# ENV HUGGINGFACE_PASSWORD=your_password
|
52 |
|
53 |
# Run the app when the container launches. Correct the filename here.
|
54 |
+
CMD ["python", "app"]
|