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",
|
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 |
|