Spaces:
Paused
Paused
Commit
·
f097fc3
1
Parent(s):
df73b1b
Fixing port issue
Browse files- main/config.yaml +1 -1
main/config.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
server:
|
2 |
host: "0.0.0.0"
|
3 |
-
port:
|
4 |
|
5 |
model:
|
6 |
base_path: "."
|
|
|
1 |
server:
|
2 |
host: "0.0.0.0"
|
3 |
+
port: 7680
|
4 |
|
5 |
model:
|
6 |
base_path: "."
|