Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2377,7 +2377,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
|
2377 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
2378 |
with gr.Column():
|
2379 |
progress_bar = gr.Markdown(elem_id="progress",visible=False)
|
2380 |
-
result = gr.Image(label="Generated Image")
|
2381 |
|
2382 |
with gr.Row():
|
2383 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
2377 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
2378 |
with gr.Column():
|
2379 |
progress_bar = gr.Markdown(elem_id="progress",visible=False)
|
2380 |
+
result = gr.Image(label="Generated Image", format="png")
|
2381 |
|
2382 |
with gr.Row():
|
2383 |
with gr.Accordion("Advanced Settings", open=False):
|