Nunzio commited on
Commit
71771bf
·
1 Parent(s): c1b49d2

added permessi

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,7 +90,8 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
90
  for i in range(0, len(image_list), 5):
91
  with gr.Row():
92
  for img, _ in image_list[i:i+5]:
93
- img_comp = gr.Image(value=img, interactive=True, show_label=False, show_download_button=False, height=140)
 
94
  img_comp.select(fn=set_image, inputs=img_comp, outputs=image_input)
95
 
96
  submit_btn.click(
 
90
  for i in range(0, len(image_list), 5):
91
  with gr.Row():
92
  for img, _ in image_list[i:i+5]:
93
+ img_comp = gr.Image(value=img, interactive=False, show_label=False, show_download_button=False, height=196, width=256,
94
+ show_fullscreen_button=False, show_share_button=False, mirror_webcam=False)
95
  img_comp.select(fn=set_image, inputs=img_comp, outputs=image_input)
96
 
97
  submit_btn.click(