ParisNeo commited on
Commit
8359120
·
1 Parent(s): 6426c52
Files changed (1) hide show
  1. app.py +1 -1
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=False, elem_id="gallery"
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