Spaces:
Sleeping
Sleeping
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=["image", "image"],
|
147 |
examples=[['car01.jpg'], ['ship.png'], ['motor01.jfif'], ['Suzuki-Gixxer-155.jpg']],
|
148 |
title=title,
|
149 |
description=description,
|
|
|
143 |
interface = gr.Interface(
|
144 |
fn=inference,
|
145 |
inputs=gr.Image(type='filepath'),
|
146 |
+
outputs=["image", "image"],
|
147 |
examples=[['car01.jpg'], ['ship.png'], ['motor01.jfif'], ['Suzuki-Gixxer-155.jpg']],
|
148 |
title=title,
|
149 |
description=description,
|