Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ with gr.Blocks() as demo:
|
|
| 192 |
)
|
| 193 |
|
| 194 |
with gr.Column():
|
| 195 |
-
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=
|
| 196 |
|
| 197 |
with gr.Row():
|
| 198 |
lora_adapter = gr.Dropdown(
|
|
|
|
| 192 |
)
|
| 193 |
|
| 194 |
with gr.Column():
|
| 195 |
+
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=419)
|
| 196 |
|
| 197 |
with gr.Row():
|
| 198 |
lora_adapter = gr.Dropdown(
|