nickmuchi commited on
Commit
d09162e
·
1 Parent(s): b7af409

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with demo:
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(750,750)
152
 
153
  with gr.Row():
154
  example_images = gr.Dataset(components=[img_input],
 
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(shape=(750,750))
152
 
153
  with gr.Row():
154
  example_images = gr.Dataset(components=[img_input],