nickmuchi commited on
Commit
afcc59c
1 Parent(s): bedd3ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with demo:
130
 
131
  with gr.TabItem('Image Upload'):
132
  with gr.Row():
133
- img_input = gr.Image(type='pil')
134
  img_output_from_upload= gr.Image(shape=(750,750))
135
 
136
  with gr.Row():
 
130
 
131
  with gr.TabItem('Image Upload'):
132
  with gr.Row():
133
+ img_input = gr.Image(type='pil',shape=(750,750))
134
  img_output_from_upload= gr.Image(shape=(750,750))
135
 
136
  with gr.Row():