Update gradio_app.py
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
@@ -261,7 +261,8 @@ with gr.Blocks(css=css) as demo:
|
|
261 |
fn=load_allegro_examples,
|
262 |
inputs=[user_prompt],
|
263 |
outputs=video_output,
|
264 |
-
run_on_click=True
|
|
|
265 |
)
|
266 |
|
267 |
submit_btn.click(
|
|
|
261 |
fn=load_allegro_examples,
|
262 |
inputs=[user_prompt],
|
263 |
outputs=video_output,
|
264 |
+
run_on_click=True,
|
265 |
+
|
266 |
)
|
267 |
|
268 |
submit_btn.click(
|