Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|