Update app.py
Browse files
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()
|
|
|