Spaces:
Running on Zero
Running on Zero
webp to png
#34
by John6666 - opened
app.py
CHANGED
|
@@ -294,7 +294,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
|
|
| 294 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
| 295 |
with gr.Column():
|
| 296 |
progress_bar = gr.Markdown(elem_id="progress",visible=False)
|
| 297 |
-
result = gr.Image(label="Generated Image")
|
| 298 |
|
| 299 |
with gr.Row():
|
| 300 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
| 294 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
| 295 |
with gr.Column():
|
| 296 |
progress_bar = gr.Markdown(elem_id="progress",visible=False)
|
| 297 |
+
result = gr.Image(label="Generated Image", format="png")
|
| 298 |
|
| 299 |
with gr.Row():
|
| 300 |
with gr.Accordion("Advanced Settings", open=False):
|