LPX55 commited on
Commit
9fc1116
·
verified ·
1 Parent(s): c794b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -675,5 +675,4 @@ with gr.Blocks() as app:
675
  footer.render()
676
 
677
 
678
- app.queue(max_size=10, default_concurrency_limit=1).launch()
679
- app.queue(max_size=10, default_concurrency_limit=1).launch(mcp_server=True)
 
675
  footer.render()
676
 
677
 
678
+ app.queue(max_size=10, default_concurrency_limit=1).launch()