Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -334,7 +334,7 @@ with gr.Blocks() as demo:
|
|
| 334 |
with gr.Column():
|
| 335 |
rerun_output = Rerun(
|
| 336 |
label="Rerun Visualization",
|
| 337 |
-
height=
|
| 338 |
)
|
| 339 |
|
| 340 |
with gr.Row():
|
|
@@ -351,7 +351,7 @@ with gr.Blocks() as demo:
|
|
| 351 |
steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
|
| 352 |
|
| 353 |
|
| 354 |
-
with gr.Accordion("
|
| 355 |
download_button = gr.DownloadButton(
|
| 356 |
label="Download Image",
|
| 357 |
visible=False,
|
|
|
|
| 334 |
with gr.Column():
|
| 335 |
rerun_output = Rerun(
|
| 336 |
label="Rerun Visualization",
|
| 337 |
+
height=354
|
| 338 |
)
|
| 339 |
|
| 340 |
with gr.Row():
|
|
|
|
| 351 |
steps = gr.Slider(label="Inference Steps", minimum=1, maximum=50, step=1, value=4)
|
| 352 |
|
| 353 |
|
| 354 |
+
with gr.Accordion("Run Edit Image and Download Result", open=False, visible=True):
|
| 355 |
download_button = gr.DownloadButton(
|
| 356 |
label="Download Image",
|
| 357 |
visible=False,
|