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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -347,8 +347,8 @@ with gr.Blocks(css=css) as demo:
347
  )
348
 
349
  with gr.Column():
350
- result = gr.Image(label="Generated Image", format="png")
351
-
352
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
353
 
354
  demo.queue(max_size=20).launch(share=False, ssr_mode=False, show_error=True)
 
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
 
354
  demo.queue(max_size=20).launch(share=False, ssr_mode=False, show_error=True)