Spaces:
Runtime error
Runtime error
ParisNeo
commited on
Commit
·
8359120
1
Parent(s):
6426c52
updated
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ class UI():
|
|
104 |
with gr.Row():
|
105 |
with gr.Column():
|
106 |
self.gallery = gr.Gallery(
|
107 |
-
label="Uploaded Images", show_label=
|
108 |
).style(grid=[2], height="auto")
|
109 |
self.btn_clear = gr.Button("Clear")
|
110 |
|
|
|
104 |
with gr.Row():
|
105 |
with gr.Column():
|
106 |
self.gallery = gr.Gallery(
|
107 |
+
label="Uploaded Images", show_label=True, height=300, elem_id="gallery"
|
108 |
).style(grid=[2], height="auto")
|
109 |
self.btn_clear = gr.Button("Clear")
|
110 |
|