yizhangliu commited on
Commit
9145a9f
·
1 Parent(s): 438a0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ with image_blocks as demo:
191
  with gr.Box():
192
  with gr.Row():
193
  with gr.Column():
194
- image = gr.Image(source='upload', elem_id="image_upload", tool='sketch', type=f'{image_type}', label="Upload").style(mobile_collapse=False, height=512)
195
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
196
  btn_in = gr.Button("Done!").style(
197
  margin=True,
 
191
  with gr.Box():
192
  with gr.Row():
193
  with gr.Column():
194
+ image = gr.Image(source='upload', elem_id="image_upload", shape=(512,512),tool='sketch', type=f'{image_type}', label="Upload").style(mobile_collapse=False, height=512)
195
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
196
  btn_in = gr.Button("Done!").style(
197
  margin=True,