prithivMLmods commited on
Commit
af9c308
·
verified ·
1 Parent(s): 3704041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1357,4 +1357,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
1357
  )
1358
 
1359
  app.queue()
1360
- app.launch(ssr_mode=False)
 
1357
  )
1358
 
1359
  app.queue()
1360
+ app.launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)