Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with gr.Blocks() as demo:
|
|
193 |
""")
|
194 |
with gr.Row():
|
195 |
with gr.Column():
|
196 |
-
video_in = gr.Video(label='Video IN')
|
197 |
submit_btn = gr.Button("Submit")
|
198 |
gr.Examples(
|
199 |
examples = [
|
|
|
193 |
""")
|
194 |
with gr.Row():
|
195 |
with gr.Column():
|
196 |
+
video_in = gr.Video(label='Video IN', format="mp4")
|
197 |
submit_btn = gr.Button("Submit")
|
198 |
gr.Examples(
|
199 |
examples = [
|