doevent commited on
Commit
c675a1c
β€’
1 Parent(s): 6e621a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=
143
  interface = gr.Interface(
144
  fn=inference,
145
  inputs=gr.Image(type='filepath'),
146
- outputs=["image", "image"],
147
  examples=[['robot.png'], ['ship.png']],
148
  title=title,
149
  description=description,
 
143
  interface = gr.Interface(
144
  fn=inference,
145
  inputs=gr.Image(type='filepath'),
146
+ outputs=gr.Gallery(),
147
  examples=[['robot.png'], ['ship.png']],
148
  title=title,
149
  description=description,