fffiloni commited on
Commit
b787624
1 Parent(s): 3a2498a

Update app_zero.py

Browse files
Files changed (1) hide show
  1. app_zero.py +1 -1
app_zero.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(css=css) as demo:
220
  </p>
221
 
222
  """)
223
- input_image = ImageSlider(type="filepath", value=None, show_download_button=True, position=0.5)
224
  with gr.Row():
225
  with gr.Column():
226
 
 
220
  </p>
221
 
222
  """)
223
+ input_image = ImageSlider(type="filepath", show_download_button=True, position=0.5)
224
  with gr.Row():
225
  with gr.Column():
226