Pash1986 commited on
Commit
a056334
·
verified ·
1 Parent(s): daae077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
98
  inputs=[gr.Image(type="pil", label="Upload an image"),gr.Textbox(label="Enter an adjusment to the image")],
99
  ## outputs=gr.Image(type="pil")
100
  outputs=gr.Gallery(
101
- label="Generated images", show_label=True, elem_id="gallery"
102
  , columns=[3], rows=[1], object_fit="contain", height="auto")
103
  )
104
 
 
98
  inputs=[gr.Image(type="pil", label="Upload an image"),gr.Textbox(label="Enter an adjusment to the image")],
99
  ## outputs=gr.Image(type="pil")
100
  outputs=gr.Gallery(
101
+ label="Located images", show_label=True, elem_id="gallery"
102
  , columns=[3], rows=[1], object_fit="contain", height="auto")
103
  )
104