prithivMLmods commited on
Commit
6c507a8
·
verified ·
1 Parent(s): 48f0df1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
152
 
153
  with gr.Column():
154
  # Replace the single image result with the ImageSlider
155
- output_slider = ImageSlider(label="Before / After", show_label=False, interactive=False, format="png")
156
  reuse_button = gr.Button("Reuse this image", visible=False)
157
 
158
  with gr.Row():
 
152
 
153
  with gr.Column():
154
  # Replace the single image result with the ImageSlider
155
+ output_slider = ImageSlider(label="Before / After", show_label=False, interactive=False)
156
  reuse_button = gr.Button("Reuse this image", visible=False)
157
 
158
  with gr.Row():