Fabrice-TIERCELIN commited on
Commit
88d926b
·
verified ·
1 Parent(s): 3213fa6

This PR automatically plays the video

Browse files

It helps to understand what the space generates.

Click on _Merge_ to add this feature.

Files changed (1) hide show
  1. 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(