Spaces:
Sleeping
Sleeping
Update config.toml
Browse files- config.toml +7 -1
config.toml
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
[server]
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
enableCORS = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[server]
|
| 2 |
+
port = 7860
|
| 3 |
+
address = "0.0.0.0"
|
| 4 |
+
headless = true
|
| 5 |
enableCORS = false
|
| 6 |
+
enableXsrfProtection = false
|
| 7 |
+
|
| 8 |
+
[browser]
|
| 9 |
+
gatherUsageStats = false
|