svjack commited on
Commit
7f5b397
·
1 Parent(s): c29bc60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -341,6 +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(label='Output gallery', elem_id="gallery",
345
  columns=[5],object_fit="contain", height="auto")
346
  with gr.Row():
 
341
  )
342
  choose_model = gr.Radio(choices=["0", "1", "2", "3"],
343
  value="0", label="Choose embedding layer", elem_id="layer_radio")
344
+ with gr.Row():
345
  g_outputs = gr.Gallery(label='Output gallery', elem_id="gallery",
346
  columns=[5],object_fit="contain", height="auto")
347
  with gr.Row():