fffiloni commited on
Commit
c7f0cc4
1 Parent(s): d773a0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def find_scenes(video_path, threshold=27.0):
18
 
19
  video_input=gr.Video(source="upload", format="mp4", mirror_webcam="False");
20
 
21
- gr.Interface(fn=find_scenes, inputs=video_input, outputs=["json").launch()
 
18
 
19
  video_input=gr.Video(source="upload", format="mp4", mirror_webcam="False");
20
 
21
+ gr.Interface(fn=find_scenes, inputs=video_input, outputs="json").launch()