AlekseyCalvin commited on
Commit
59730bc
·
verified ·
1 Parent(s): ae4fee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,4 +221,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
221
  )
222
 
223
  app.queue(default_concurrency_limit=2).launch(show_error=True)
224
- app.launch()
 
221
  )
222
 
223
  app.queue(default_concurrency_limit=2).launch(show_error=True)
224
+ app.launch(mcp_server=True)