Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -303,7 +303,7 @@ with gr.Blocks() as demo:
|
|
| 303 |
run_button = gr.Button("Edit Image", variant="primary")
|
| 304 |
|
| 305 |
with gr.Column():
|
| 306 |
-
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=
|
| 307 |
|
| 308 |
with gr.Row():
|
| 309 |
lora_adapter = gr.Dropdown(
|
|
|
|
| 303 |
run_button = gr.Button("Edit Image", variant="primary")
|
| 304 |
|
| 305 |
with gr.Column():
|
| 306 |
+
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=360)
|
| 307 |
|
| 308 |
with gr.Row():
|
| 309 |
lora_adapter = gr.Dropdown(
|