prithivMLmods commited on
Commit
728bf62
·
verified ·
1 Parent(s): 9b26974

Update app.py

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