Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Blocks() as demo:
|
|
| 83 |
with gr.Column():
|
| 84 |
run_btn = gr.Button("Run")
|
| 85 |
with gr.Column():
|
| 86 |
-
output_video = gr.Video()
|
| 87 |
|
| 88 |
run_btn.click(
|
| 89 |
fn = infer,
|
|
|
|
| 83 |
with gr.Column():
|
| 84 |
run_btn = gr.Button("Run")
|
| 85 |
with gr.Column():
|
| 86 |
+
output_video = gr.Video(format="mp4")
|
| 87 |
|
| 88 |
run_btn.click(
|
| 89 |
fn = infer,
|