video component changed
Browse files
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.
|
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():
|