Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", "
|
|
|
35 |
|
36 |
video_input=gr.Video(source="upload", format="mp4");
|
37 |
|
38 |
+
gr.Interface(fn=find_scenes, inputs=video_input, outputs=["json", "file"]).launch()
|