Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,8 @@ class MCPServerApp:
|
|
| 208 |
server_name="0.0.0.0",
|
| 209 |
server_port=port,
|
| 210 |
ssr_mode=False, # ← From aprox April 1st, avoids Spaces health-check timeout, as ssr became default
|
| 211 |
-
show_error=True
|
|
|
|
| 212 |
)
|
| 213 |
|
| 214 |
|
|
|
|
| 208 |
server_name="0.0.0.0",
|
| 209 |
server_port=port,
|
| 210 |
ssr_mode=False, # ← From aprox April 1st, avoids Spaces health-check timeout, as ssr became default
|
| 211 |
+
show_error=True,
|
| 212 |
+
share=False # Only set to true if want to create another tunnel to share outside Huggingface, or if deployed in local but want to create web tunnel to share
|
| 213 |
)
|
| 214 |
|
| 215 |
|