fffiloni commited on
Commit
cb73941
1 Parent(s): 554ca8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()