Spaces:
Running
Running
This PR automatically plays the video
#7
by
Fabrice-TIERCELIN
- opened
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 |
[
|