PierreBrunelle
commited on
Commit
•
9b67e0b
1
Parent(s):
258f1d6
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(theme=Glass()) as demo:
|
|
148 |
|
149 |
# Right column for frame gallery
|
150 |
with gr.Column(scale=1):
|
151 |
-
frame_gallery = gr.Gallery(label="Frame Gallery", show_label=True, elem_id="gallery")
|
152 |
|
153 |
process_button.click(
|
154 |
process_video,
|
|
|
148 |
|
149 |
# Right column for frame gallery
|
150 |
with gr.Column(scale=1):
|
151 |
+
frame_gallery = gr.Gallery(label="Frame Gallery", show_label=True, elem_id="gallery")
|
152 |
|
153 |
process_button.click(
|
154 |
process_video,
|