fffiloni commited on
Commit
16abc8d
·
verified ·
1 Parent(s): 9fdc5a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ gradio_components_outputs = []
147
 
148
  # ANOTHER SOLUTION WOULD BE USING A (FUTURE ?) "VIDEO GALLERY" GRADIO COMPONENT FROM LIST :)
149
 
150
- outputs = [gr.JSON(label="Shots detected"), gr.File(label="Downloadable Shots"), gr.Gallery(label="Still Images from each shot").style(grid=3)]
151
 
152
  # —————————————————————————————————————————————————
153
  print('Hello Sylvain')
 
147
 
148
  # ANOTHER SOLUTION WOULD BE USING A (FUTURE ?) "VIDEO GALLERY" GRADIO COMPONENT FROM LIST :)
149
 
150
+ outputs = [gr.JSON(label="Shots detected"), gr.File(label="Downloadable Shots"), gr.Gallery(label="Still Images from each shot", columns=3)]
151
 
152
  # —————————————————————————————————————————————————
153
  print('Hello Sylvain')