huzey commited on
Commit
e76863d
1 Parent(s): a3cd760

update full-screen

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -880,7 +880,7 @@ def make_dataset_images_section(advanced=False, is_random=False):
880
 
881
  def make_output_images_section():
882
  gr.Markdown('### Output Images')
883
- output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto", show_fullscreen_button=False, show_share_button=True)
884
  return output_gallery
885
 
886
  def make_parameters_section(is_lisa=False):
 
880
 
881
  def make_output_images_section():
882
  gr.Markdown('### Output Images')
883
+ output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto", show_share_button=True)
884
  return output_gallery
885
 
886
  def make_parameters_section(is_lisa=False):