Spaces:
Running
on
Zero
Running
on
Zero
Auto-play the video
#3
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
|
@@ -78,8 +78,8 @@ To use this model, please refer to [DiffSynth](https://github.com/modelscope/Dif
|
|
| 78 |
with gr.Row():
|
| 79 |
with gr.Column():
|
| 80 |
image = gr.Image(label="Upload your image", type="pil")
|
| 81 |
-
generate_btn = gr.Button("
|
| 82 |
-
video = gr.Video()
|
| 83 |
with gr.Accordion("Advanced options", open=False):
|
| 84 |
seed = gr.Slider(label="Seed", value=0, randomize=True, minimum=0, maximum=10**8, step=1)
|
| 85 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
|
|
|
| 78 |
with gr.Row():
|
| 79 |
with gr.Column():
|
| 80 |
image = gr.Image(label="Upload your image", type="pil")
|
| 81 |
+
generate_btn = gr.Button(value="Animate", variant="primary")
|
| 82 |
+
video = gr.Video(label="Generated video", autoplay=True)
|
| 83 |
with gr.Accordion("Advanced options", open=False):
|
| 84 |
seed = gr.Slider(label="Seed", value=0, randomize=True, minimum=0, maximum=10**8, step=1)
|
| 85 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|