Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 105 |
""")
|
| 106 |
with gr.Row():
|
| 107 |
with gr.Column():
|
| 108 |
-
control_sequence = gr.Video(label="Control Sequence")
|
| 109 |
ref_image = gr.Image(label="Reference Image", type="filepath")
|
| 110 |
submit_btn = gr.Button("Submit")
|
| 111 |
with gr.Column():
|
|
|
|
| 105 |
""")
|
| 106 |
with gr.Row():
|
| 107 |
with gr.Column():
|
| 108 |
+
control_sequence = gr.Video(label="Control Sequence", format="mp4")
|
| 109 |
ref_image = gr.Image(label="Reference Image", type="filepath")
|
| 110 |
submit_btn = gr.Button("Submit")
|
| 111 |
with gr.Column():
|