prithivMLmods commited on
Commit
1b7b670
·
verified ·
1 Parent(s): d9e2e23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ with gr.Blocks(css=css) as demo:
351
 
352
 
353
  with gr.Column():
354
- result = ImageSlider(label="Generated Image", type="pil", slider_color="pink")
355
  use_as_input_button = gr.Button("Use as Input Image", visible=False)
356
 
357
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
 
351
 
352
 
353
  with gr.Column():
354
+ result = ImageSlider(label="Generated Image", interactive=False, type="pil", slider_color="pink")
355
  use_as_input_button = gr.Button("Use as Input Image", visible=False)
356
 
357
  history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)