Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def find_scenes(video_path, threshold=27.0):
|
|
18 |
|
19 |
video_input=gr.Video(source="upload", format="mp4", mirror_webcam="False");
|
20 |
|
21 |
-
gr.Interface(fn=find_scenes, inputs=video_input, outputs=
|
|
|
18 |
|
19 |
video_input=gr.Video(source="upload", format="mp4", mirror_webcam="False");
|
20 |
|
21 |
+
gr.Interface(fn=find_scenes, inputs=video_input, outputs="json").launch()
|