Spaces:
Paused
Paused
This PR automatically plays the video
Browse filesIt helps to understand what the space generates.
Click on _Merge_ to add this feature.
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 |
[
|