Fabrice-TIERCELIN commited on
Commit
7bd1f4c
·
verified ·
1 Parent(s): 1538f8b

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. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
162
  orbit_type = gr.Radio(label="Orbit type", choices=["Left", "Up"], value="Left", interactive=True)
163
  submit_btn = gr.Button("Submit")
164
  with gr.Column():
165
- video_out = gr.Video(label="Video output")
166
  examples = gr.Examples(
167
  examples = [
168
  [
 
162
  orbit_type = gr.Radio(label="Orbit type", choices=["Left", "Up"], value="Left", interactive=True)
163
  submit_btn = gr.Button("Submit")
164
  with gr.Column():
165
+ video_out = gr.Video(label="Video output", autoplay=True)
166
  examples = gr.Examples(
167
  examples = [
168
  [