prithivMLmods commited on
Commit
2d88a57
·
verified ·
1 Parent(s): ddbddaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,4 +171,4 @@ demo = gr.ChatInterface(
171
  ],
172
  )
173
 
174
- demo.launch(debug=True, ssr_mode=False)
 
171
  ],
172
  )
173
 
174
+ demo.launch(share=True, mcp_server=True, debug=True, ssr_mode=False)