gtani commited on
Commit
f5cf28c
·
verified ·
1 Parent(s): 5f1fc74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -231,5 +231,6 @@ if __name__ == "__main__":
231
 
232
  demo.queue().launch(
233
  mcp_server=True,
 
234
  auth=(auth_user, auth_pass) if auth_user and auth_pass else None
235
  )
 
231
 
232
  demo.queue().launch(
233
  mcp_server=True,
234
+ share=True,
235
  auth=(auth_user, auth_pass) if auth_user and auth_pass else None
236
  )