paulb34 commited on
Commit
27ad521
·
verified ·
1 Parent(s): ff548ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", share=False, elem_id="gallery")
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(