Spaces:
Running
on
Zero
Running
on
Zero
update app [.]
Browse files
app.py
CHANGED
|
@@ -556,7 +556,7 @@ with gr.Blocks(delete_cache=(60, 60)) as demo:
|
|
| 556 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
| 557 |
with gr.Column():
|
| 558 |
progress_bar = gr.Markdown(elem_id="progress",visible=False)
|
| 559 |
-
result = gr.Image(label="Generated Image", format="png", height=
|
| 560 |
|
| 561 |
with gr.Row():
|
| 562 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
| 556 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
| 557 |
with gr.Column():
|
| 558 |
progress_bar = gr.Markdown(elem_id="progress",visible=False)
|
| 559 |
+
result = gr.Image(label="Generated Image", format="png", height=630)
|
| 560 |
|
| 561 |
with gr.Row():
|
| 562 |
with gr.Accordion("Advanced Settings", open=False):
|