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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -230,7 +230,5 @@ if __name__ == "__main__":
230
  auth_pass = os.getenv("PASS")
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
  )
 
230
  auth_pass = os.getenv("PASS")
231
 
232
  demo.queue().launch(
233
+ auth=(auth_user, auth_pass), share=True, ssr_mode=False
 
 
234
  )