prithivMLmods commited on
Commit
76ffe9b
·
verified ·
1 Parent(s): 22ef061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -362,7 +362,6 @@ with gr.Blocks(css=css) as demo:
362
 
363
  with gr.Column():
364
  result = gr.Image(label="Generated Image", format="png")
365
- use_as_input_button = gr.Button("Use as Input Image", visible=False)
366
 
367
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
368
  preview_image = gr.Image(label="Preview")
 
362
 
363
  with gr.Column():
364
  result = gr.Image(label="Generated Image", format="png")
 
365
 
366
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
367
  preview_image = gr.Image(label="Preview")