rajsinghparihar commited on
Commit
1c01be6
·
1 Parent(s): 5b07821

updated queue size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1)
122
  app.launch(mcp_server=True)
 
118
  outputs=gr.JSON(),
119
  )
120
 
121
+ app.queue(max_size=3)
122
  app.launch(mcp_server=True)