prithivMLmods commited on
Commit
4413ed7
·
verified ·
1 Parent(s): e892d8b

Update app.py

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