Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -217,7 +217,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 217 |
|
| 218 |
with gr.Row(equal_height=True):
|
| 219 |
with gr.Column():
|
| 220 |
-
input_image = gr.Image(label="Upload Image", type="pil")
|
| 221 |
|
| 222 |
prompt = gr.Text(
|
| 223 |
label="Edit Prompt",
|
|
|
|
| 217 |
|
| 218 |
with gr.Row(equal_height=True):
|
| 219 |
with gr.Column():
|
| 220 |
+
input_image = gr.Image(label="Upload Image", type="pil", height=290)
|
| 221 |
|
| 222 |
prompt = gr.Text(
|
| 223 |
label="Edit Prompt",
|