luciagomez commited on
Commit
7e3855d
·
verified ·
1 Parent(s): 3c296d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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