Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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()
|