nickmuchi commited on
Commit
fbfe287
1 Parent(s): 0626bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ with demo:
147
 
148
  with gr.TabItem('Image Upload'):
149
  with gr.Row():
150
- img_input = gr.Image(type='pil',shape=(500,500))
151
- img_output_from_upload= gr.Image(shape=(750,750))
152
 
153
  with gr.Row():
154
  example_images = gr.Dataset(components=[img_input],
 
147
 
148
  with gr.TabItem('Image Upload'):
149
  with gr.Row():
150
+ img_input = gr.Image(type='pil',shape=(750,750))
151
+ img_output_from_upload= gr.Image()
152
 
153
  with gr.Row():
154
  example_images = gr.Dataset(components=[img_input],