Update app.py
Browse files
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=gr.Gallery(),
|
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(format="png"),
|
147 |
examples=[['robot.png'], ['ship.png']],
|
148 |
title=title,
|
149 |
description=description,
|