Spaces:
Paused
Paused
Vo Hoang Minh commited on
Commit ·
241aed2
1
Parent(s): 0d4d341
up
Browse files- README.md +1 -1
- orbita.conf +1 -1
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: green
|
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
app_port:
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: red
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
app_port: 8080
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
orbita.conf
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
server {
|
| 2 |
-
listen
|
| 3 |
|
| 4 |
server_name _;
|
| 5 |
|
|
|
|
| 1 |
server {
|
| 2 |
+
listen 8080 default_server;
|
| 3 |
|
| 4 |
server_name _;
|
| 5 |
|