huzey commited on
Commit
f548a71
1 Parent(s): f8045d8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -467,7 +467,7 @@ def make_dataset_images_section(open=False):
467
 
468
  def make_output_images_section():
469
  gr.Markdown('### Output Images')
470
- output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto", show_download_button=True
471
  return output_gallery
472
 
473
  def make_parameters_section():
 
467
 
468
  def make_output_images_section():
469
  gr.Markdown('### Output Images')
470
+ output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto")
471
  return output_gallery
472
 
473
  def make_parameters_section():