DigiP-AI commited on
Commit
1a8b327
·
verified ·
1 Parent(s): 60bebc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(theme=theme, css=css) as app:
186
  # Image output area to display the generated image
187
  with gr.Row():
188
  image_output1 = gr.Image(type="pil", label="Image Output 1", format="png", elem_id="gallery")
189
- image_output2 = gr.Image(type="pil", label="Image Output 2", format="png", elem_id="gallery")
190
 
191
  with gr.Row():
192
  clear_btn = gr.Button(value="Clear Image", variant="primary", elem_id="clear_button")
 
186
  # Image output area to display the generated image
187
  with gr.Row():
188
  image_output1 = gr.Image(type="pil", label="Image Output 1", format="png", elem_id="gallery")
189
+ #image_output2 = gr.Image(type="pil", label="Image Output 2", format="png", elem_id="gallery")
190
 
191
  with gr.Row():
192
  clear_btn = gr.Button(value="Clear Image", variant="primary", elem_id="clear_button")