multimodalart HF Staff commited on
Commit
ac9def2
·
verified ·
1 Parent(s): 9447270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -568,7 +568,7 @@ with gr.Blocks(css=css) as demo:
568
  )
569
 
570
  with gr.Column():
571
- result = gr.Image(label="Result", type="pil")
572
 
573
  use_as_input_button = gr.Button("🔄 Use as Input Image", visible=False, variant="secondary")
574
 
@@ -587,7 +587,7 @@ with gr.Blocks(css=css) as demo:
587
  rows=2,
588
  object_fit="contain",
589
  height="auto",
590
- interactive=True,
591
  show_label=True,
592
  elem_classes=["gallery-container"]
593
  )
 
568
  )
569
 
570
  with gr.Column():
571
+ result = gr.Image(label="Result", type="pil", interactive=False)
572
 
573
  use_as_input_button = gr.Button("🔄 Use as Input Image", visible=False, variant="secondary")
574
 
 
587
  rows=2,
588
  object_fit="contain",
589
  height="auto",
590
+ interactive=False,
591
  show_label=True,
592
  elem_classes=["gallery-container"]
593
  )