svjack commited on
Commit
15e67c5
·
1 Parent(s): 39f07e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ with gr.Blocks(css="custom.css") as demo:
341
  )
342
  choose_model = gr.Radio(choices=["0", "1", "2", "3"],
343
  value="0", label="Choose embedding layer", elem_id="layer_radio")
344
- g_outputs = gr.Gallery(lable='Output gallery', elem_id="gallery",).style(grid=5,height=768 + 64 + 32,
345
  allow_preview=False, label = "retrieve Images")
346
  with gr.Row():
347
  with gr.Tab(label = "Download"):
 
341
  )
342
  choose_model = gr.Radio(choices=["0", "1", "2", "3"],
343
  value="0", label="Choose embedding layer", elem_id="layer_radio")
344
+ g_outputs = gr.Gallery(label='Output gallery', elem_id="gallery",).style(grid=5,height=768 + 64 + 32,
345
  allow_preview=False, label = "retrieve Images")
346
  with gr.Row():
347
  with gr.Tab(label = "Download"):