Spaces:
Running
Running
Update app.py
Browse files
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"
|
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')
|