Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
c0b00f2
1
Parent(s):
0d9d0ee
Autorun is not working (#16)
Browse files- Autorun is not working (0c7cbf3de549d54a399922a82b6e024764908a3e)
Co-authored-by: Fabrice TIERCELIN <Fabrice-TIERCELIN@users.noreply.huggingface.co>
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks() as demo:
|
|
118 |
inputs=[image, fps_id, motion_bucket_id, noise_aug_strength, decoding_t, frame_format, seed, randomize_seed],
|
119 |
outputs=[video, gallery, seed],
|
120 |
fn=sample,
|
121 |
-
run_on_click=
|
122 |
cache_examples=False,
|
123 |
)
|
124 |
|
|
|
118 |
inputs=[image, fps_id, motion_bucket_id, noise_aug_strength, decoding_t, frame_format, seed, randomize_seed],
|
119 |
outputs=[video, gallery, seed],
|
120 |
fn=sample,
|
121 |
+
run_on_click=False,
|
122 |
cache_examples=False,
|
123 |
)
|
124 |
|