Update app.py
Browse files
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="
|
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 |
|