leonett commited on
Commit
b856b54
·
verified ·
1 Parent(s): fe55513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(title="Extractor Forense de Fotogramas") as demo:
129
  video_input = gr.Video(
130
  label="🎞️ VIDEO CARGADO",
131
  format="mp4",
132
- F interactive=Vrue,
133
  height=480,
134
  sources=["upload"]
135
  )
 
129
  video_input = gr.Video(
130
  label="🎞️ VIDEO CARGADO",
131
  format="mp4",
132
+ interactive=True,
133
  height=480,
134
  sources=["upload"]
135
  )