Spaces:
Sleeping
Sleeping
Kaelan
commited on
Commit
·
7e58d10
1
Parent(s):
abc2ebe
port
Browse files- Dockerfile +1 -1
- README.md +1 -0
Dockerfile
CHANGED
@@ -53,4 +53,4 @@ EXPOSE 7860
|
|
53 |
|
54 |
WORKDIR /yolov-app
|
55 |
|
56 |
-
CMD ["gunicorn", "-w", "4", "--timeout", "240", "-b", "0.0.0.0:
|
|
|
53 |
|
54 |
WORKDIR /yolov-app
|
55 |
|
56 |
+
CMD ["gunicorn", "-w", "4", "--timeout", "240", "-b", "0.0.0.0:5000", "main:app"]
|
README.md
CHANGED
@@ -6,6 +6,7 @@ colorTo: purple
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
+
app_port: 5000
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|