Spaces:
Running
on
Zero
Running
on
Zero
output image component (png)
#19
by
prithivMLmods
- opened
app.py
CHANGED
@@ -475,7 +475,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
|
|
475 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
476 |
|
477 |
with gr.Column():
|
478 |
-
result = gr.Image(label="Generated Image")
|
479 |
|
480 |
with gr.Row():
|
481 |
aspect_ratio = gr.Dropdown(
|
|
|
475 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
476 |
|
477 |
with gr.Column():
|
478 |
+
result = gr.Image(label="Generated Image", format="png")
|
479 |
|
480 |
with gr.Row():
|
481 |
aspect_ratio = gr.Dropdown(
|