prithivMLmods commited on
Commit
b4cb811
·
verified ·
1 Parent(s): 70cf16f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -315,7 +315,10 @@ with gr.Blocks(css=css) as demo:
315
  )
316
 
317
  with gr.Column():
318
- result = gr.Image(label="Generated Image", type="pil")
 
 
 
319
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
320
 
321
  target_ratio.change(
 
315
  )
316
 
317
  with gr.Column():
318
+ result = gr.Image(
319
+ interactive=False,
320
+ label="Generated Image",
321
+ )
322
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
323
 
324
  target_ratio.change(