Spaces:
Runtime error
Runtime error
first frame interactivity changed to true
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ with gr.Blocks() as demo:
|
|
| 252 |
with gr.Row():
|
| 253 |
in_video = gr.PlayableVideo()
|
| 254 |
with gr.Row():
|
| 255 |
-
first_frame = gr.ImageMask(
|
| 256 |
with gr.Row():
|
| 257 |
approve_mask = gr.Button(value="Approve Mask")
|
| 258 |
with gr.Column(scale=1):
|
|
|
|
| 252 |
with gr.Row():
|
| 253 |
in_video = gr.PlayableVideo()
|
| 254 |
with gr.Row():
|
| 255 |
+
first_frame = gr.ImageMask()
|
| 256 |
with gr.Row():
|
| 257 |
approve_mask = gr.Button(value="Approve Mask")
|
| 258 |
with gr.Column(scale=1):
|