prithivMLmods commited on
Commit
337d5f0
·
verified ·
1 Parent(s): f002e6a

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,4 +317,4 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
317
  )
318
 
319
  if __name__ == "__main__":
320
- demo.launch(show_error=True)
 
317
  )
318
 
319
  if __name__ == "__main__":
320
+ demo.launch(mcp_server=True, ssr_mode=False, show_error=True)