Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -134,5 +134,5 @@ gradio_components_outputs = []
|
|
134 |
outputs = [gr.JSON(label="Shots detected"), gr.File(label="Downloadable Shots"), gr.Gallery(label="Still Images from each shot").style(grid=3)]
|
135 |
|
136 |
# —————————————————————————————————————————————————
|
137 |
-
|
138 |
gr.Interface(fn=find_scenes, inputs=video_input, outputs=outputs, title=title, description=description).launch()
|
|
|
134 |
outputs = [gr.JSON(label="Shots detected"), gr.File(label="Downloadable Shots"), gr.Gallery(label="Still Images from each shot").style(grid=3)]
|
135 |
|
136 |
# —————————————————————————————————————————————————
|
137 |
+
print('Hello Sylvain')
|
138 |
gr.Interface(fn=find_scenes, inputs=video_input, outputs=outputs, title=title, description=description).launch()
|