prithivMLmods commited on
Commit
6076cb5
·
verified ·
1 Parent(s): 2803bc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks() as demo:
207
 
208
  with gr.Column():
209
  # Use ImageSlider to display (Before, After) tuple correctly
210
- output_slider = ImageSlider(label="Output Image", interactive=False, format="png")
211
  reuse_button = gr.Button("Reuse this image", visible=False)
212
 
213
  with gr.Row():
 
207
 
208
  with gr.Column():
209
  # Use ImageSlider to display (Before, After) tuple correctly
210
+ output_slider = gr.Image(label="Output Image", interactive=False, format="png")
211
  reuse_button = gr.Button("Reuse this image", visible=False)
212
 
213
  with gr.Row():