fffiloni commited on
Commit
8ea3b63
1 Parent(s): 6baa942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,