Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 212 |
|
| 213 |
with gr.Row(equal_height=True):
|
| 214 |
with gr.Column():
|
| 215 |
-
input_image = gr.Image(label="Upload Image", type="pil"
|
| 216 |
|
| 217 |
lora_adapter = gr.Dropdown(
|
| 218 |
label="Choose Editing Style",
|
|
@@ -238,7 +238,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 238 |
width = gr.Slider(label="Width", minimum=256, maximum=1024, step=8, value=1024, visible=False)
|
| 239 |
|
| 240 |
with gr.Column():
|
| 241 |
-
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=
|
| 242 |
|
| 243 |
gr.Examples(
|
| 244 |
examples=[
|
|
|
|
| 212 |
|
| 213 |
with gr.Row(equal_height=True):
|
| 214 |
with gr.Column():
|
| 215 |
+
input_image = gr.Image(label="Upload Image", type="pil")
|
| 216 |
|
| 217 |
lora_adapter = gr.Dropdown(
|
| 218 |
label="Choose Editing Style",
|
|
|
|
| 238 |
width = gr.Slider(label="Width", minimum=256, maximum=1024, step=8, value=1024, visible=False)
|
| 239 |
|
| 240 |
with gr.Column():
|
| 241 |
+
output_image = gr.Image(label="Output Image", interactive=False, format="png", height=290)
|
| 242 |
|
| 243 |
gr.Examples(
|
| 244 |
examples=[
|