Spaces:
Runtime error
Runtime error
Commit
·
d449f52
1
Parent(s):
a7fde35
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip install -r /code/requirements.txt
|
|
8 |
|
9 |
EXPOSE 5000
|
10 |
|
11 |
-
CMD ["python","
|
|
|
8 |
|
9 |
EXPOSE 5000
|
10 |
|
11 |
+
CMD ["python","caption_api.py","--address","0.0.0.0","--port","7860","--allow-websocket-origin","divanshu1807gupta-caption-api.hf.space"]
|