fffiloni commited on
Commit
a10d32a
1 Parent(s): 2abe17e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ def find_scenes(video_path, threshold=27.0):
31
 
32
  video_input=gr.Video(source="upload", format="mp4");
33
 
34
- gr.Interface(fn=find_scenes, inputs=video_input, outputs=["json", "video"]).launch()
 
31
 
32
  video_input=gr.Video(source="upload", format="mp4");
33
 
34
+ gr.Interface(fn=find_scenes, inputs=video_input, outputs=["json", "video" * 2]).launch()