fffiloni commited on
Commit
e8427ee
1 Parent(s): 487e619

Update app.py

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