rajsinghparihar
commited on
Commit
·
1c01be6
1
Parent(s):
5b07821
updated queue size
Browse files
app.py
CHANGED
|
@@ -118,5 +118,5 @@ with gr.Blocks(title="Travel Itinerary MCP Server") as app:
|
|
| 118 |
outputs=gr.JSON(),
|
| 119 |
)
|
| 120 |
|
| 121 |
-
app.queue(max_size=
|
| 122 |
app.launch(mcp_server=True)
|
|
|
|
| 118 |
outputs=gr.JSON(),
|
| 119 |
)
|
| 120 |
|
| 121 |
+
app.queue(max_size=3)
|
| 122 |
app.launch(mcp_server=True)
|