prithivMLmods commited on
Commit
1ffa2c5
·
verified ·
1 Parent(s): f736b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks(css=css) as demo:
347
  )
348
 
349
  with gr.Column():
350
- result = gr.Image(show_label=False, format="png")
351
 
352
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
353
 
 
347
  )
348
 
349
  with gr.Column():
350
+ result = gr.Image(label="Generated Image", type="pil")
351
 
352
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
353