Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
|
|
| 57 |
model_choice.change(extend_choices, model_choice, current_models)
|
| 58 |
|
| 59 |
for m, o in zip(current_models, output):
|
| 60 |
-
gen_event = gen_button.click(gen_fn, [m, txt_input
|
| 61 |
|
| 62 |
|
| 63 |
with gr.Tab('Single model'):
|
|
|
|
| 57 |
model_choice.change(extend_choices, model_choice, current_models)
|
| 58 |
|
| 59 |
for m, o in zip(current_models, output):
|
| 60 |
+
gen_event = gen_button.click(gen_fn, [m, txt_input], o, queue=False)
|
| 61 |
|
| 62 |
|
| 63 |
with gr.Tab('Single model'):
|