Spaces:
Paused
Paused
Update app_zero.py
Browse files- 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=
|
| 224 |
with gr.Row():
|
| 225 |
with gr.Column():
|
| 226 |
|
|
|
|
| 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 |
|