oguzakif commited on
Commit
c0fcc98
·
1 Parent(s): f6f8eb0

video component changed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks() as demo:
233
  with gr.Row():
234
  with gr.Column(scale=2):
235
  with gr.Row():
236
- in_video = gr.Video()
237
  with gr.Row():
238
  first_frame = gr.ImageMask()
239
  with gr.Row():
 
233
  with gr.Row():
234
  with gr.Column(scale=2):
235
  with gr.Row():
236
+ in_video = gr.PlayableVideo()
237
  with gr.Row():
238
  first_frame = gr.ImageMask()
239
  with gr.Row():