prithivMLmods commited on
Commit
6291070
·
verified ·
1 Parent(s): 81f1044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
169
 
170
  with gr.Row(equal_height=True):
171
  with gr.Column():
172
- input_image = gr.Image(label="Upload Image", type="pil", height=288)
173
 
174
  prompt = gr.Text(
175
  label="Edit Prompt",
 
169
 
170
  with gr.Row(equal_height=True):
171
  with gr.Column():
172
+ input_image = gr.Image(label="Upload Image", type="pil")
173
 
174
  prompt = gr.Text(
175
  label="Edit Prompt",