Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ def create_interface():
|
|
257 |
|
258 |
with gr.Column(scale=1):
|
259 |
gr.Markdown("### 2. Results")
|
260 |
-
image_output = gr.Image(label="Generated Image", type="pil", show_download_button=True, height=
|
261 |
recapped_prompt_output = gr.Textbox(label="Final Prompt Used", lines=5, interactive=False)
|
262 |
status_output = gr.Textbox(label="Status Log", lines=4, interactive=False)
|
263 |
|
|
|
257 |
|
258 |
with gr.Column(scale=1):
|
259 |
gr.Markdown("### 2. Results")
|
260 |
+
image_output = gr.Image(label="Generated Image", type="pil", show_download_button=True, height=340, container=False, elem_classes=["preserve-aspect-ratio"])
|
261 |
recapped_prompt_output = gr.Textbox(label="Final Prompt Used", lines=5, interactive=False)
|
262 |
status_output = gr.Textbox(label="Status Log", lines=4, interactive=False)
|
263 |
|