Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
119 |
|
120 |
# Image output area to display the generated image
|
121 |
with gr.Row():
|
122 |
-
image_output = gr.Image(type="pil", label="Image Output",
|
123 |
|
124 |
with gr.Row():
|
125 |
gr.Examples(
|
|
|
119 |
|
120 |
# Image output area to display the generated image
|
121 |
with gr.Row():
|
122 |
+
image_output = gr.Image(type="pil", label="Image Output", show_share_button=False, elem_id="gallery")
|
123 |
|
124 |
with gr.Row():
|
125 |
gr.Examples(
|