This PR automatically plays the video
#2
by
Fabrice-TIERCELIN
- opened
- demo_app.py +1 -1
demo_app.py
CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks(css=css, theme="dark") as demo:
|
|
195 |
preset_more_frames = gr.Button("🎞️ More Frames Preset")
|
196 |
|
197 |
with gr.Row():
|
198 |
-
result = gr.Video(label="Generated Video")
|
199 |
|
200 |
with gr.Accordion("⚙️ Advanced Settings", open=False):
|
201 |
seed = gr.Slider(
|
|
|
195 |
preset_more_frames = gr.Button("🎞️ More Frames Preset")
|
196 |
|
197 |
with gr.Row():
|
198 |
+
result = gr.Video(label="Generated Video", autoplay=True)
|
199 |
|
200 |
with gr.Accordion("⚙️ Advanced Settings", open=False):
|
201 |
seed = gr.Slider(
|