mfarre HF staff commited on
Commit
8c8ef67
1 Parent(s): a46d06f

disable postprocess

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -764,7 +764,7 @@ with gr.Blocks(css=css, head=js) as iface:
764
  )
765
 
766
  with gr.Column(scale=2, elem_id="video-column"):
767
- video_output = gr.Video(label="Video", elem_id="video-player", postprocess=False)
768
  filmstrip_output = gr.HTML(elem_id="filmstrip-container")
769
 
770
  with gr.Row(elem_id="scrollable-content"):
 
764
  )
765
 
766
  with gr.Column(scale=2, elem_id="video-column"):
767
+ video_output = gr.Video(label="Video", elem_id="video-player")
768
  filmstrip_output = gr.HTML(elem_id="filmstrip-container")
769
 
770
  with gr.Row(elem_id="scrollable-content"):