oguzakif commited on
Commit
a0d1c32
1 Parent(s): a4fc2ba

first frame interactivity changed to true

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