fffiloni commited on
Commit
06ac94c
1 Parent(s): 476734a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ def find_scenes(video_path, threshold=27.0):
35
 
36
  video_input=gr.Video(source="upload", format="mp4");
37
 
38
- gr.Interface(fn=find_scenes, inputs=video_input, outputs=["json", "files"]).launch()
 
35
 
36
  video_input=gr.Video(source="upload", format="mp4");
37
 
38
+ gr.Interface(fn=find_scenes, inputs=video_input, outputs=["json", "file"]).launch()