Omnibus commited on
Commit
8607e75
β€’
1 Parent(s): 7ec27f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ with app:
90
  """)
91
  image_output = gr.Image()
92
  with gr.Column():
93
- gal1=gr.Gallery()
94
 
95
  image_input.change(fn=image_objects,
96
  inputs=image_input,
 
90
  """)
91
  image_output = gr.Image()
92
  with gr.Column():
93
+ gal1=gr.Pil()
94
 
95
  image_input.change(fn=image_objects,
96
  inputs=image_input,