fffiloni commited on
Commit
e58c8f4
1 Parent(s): 6c005f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def find_scenes(video_path, threshold=27.0):
14
 
15
  video_input=gr.Video(source="upload", format="mp4");
16
 
17
- gr.Interface(fn=find_scenes, inputs=video_input, outputs="json")
 
14
 
15
  video_input=gr.Video(source="upload", format="mp4");
16
 
17
+ gr.Interface(fn=find_scenes, inputs=video_input, outputs="json").launch()