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