prithivMLmods commited on
Commit
2fae72c
·
verified ·
1 Parent(s): b7c80f3

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",