Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -46,6 +46,6 @@ UI_CONFIG = {
|
|
| 46 |
# Server configuration
|
| 47 |
SERVER_CONFIG = {
|
| 48 |
"host": "0.0.0.0",
|
| 49 |
-
"port":
|
| 50 |
"share": False
|
| 51 |
}
|
|
|
|
| 46 |
# Server configuration
|
| 47 |
SERVER_CONFIG = {
|
| 48 |
"host": "0.0.0.0",
|
| 49 |
+
"port": 7860,
|
| 50 |
"share": False
|
| 51 |
}
|