SandLogicTechnologies commited on
Commit
e997b79
·
verified ·
1 Parent(s): bb12293

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,4 +178,4 @@ with gr.Blocks(css="style.css", fill_height=True) as demo:
178
  # Function to handle model change and update examples dynamically
179
  model_dropdown.change(on_model_select, inputs=model_dropdown, outputs=[chat_interface, chat_history])
180
 
181
- demo.launch()
 
178
  # Function to handle model change and update examples dynamically
179
  model_dropdown.change(on_model_select, inputs=model_dropdown, outputs=[chat_interface, chat_history])
180
 
181
+ demo.queue(max_size=20).launch()