Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ with block:
|
|
| 157 |
with gr.Row(variant='panel'):
|
| 158 |
with gr.Column(scale=1):
|
| 159 |
# input image
|
| 160 |
-
input_image = gr.Image(label="image", type='pil', height=
|
| 161 |
# gen button
|
| 162 |
button_gen = gr.Button("Generate")
|
| 163 |
|
|
|
|
| 157 |
with gr.Row(variant='panel'):
|
| 158 |
with gr.Column(scale=1):
|
| 159 |
# input image
|
| 160 |
+
input_image = gr.Image(label="image", type='pil', height=320)
|
| 161 |
# gen button
|
| 162 |
button_gen = gr.Button("Generate")
|
| 163 |
|