Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=
|
|
155 |
interface = gr.Interface(
|
156 |
fn=inference,
|
157 |
inputs=gr.Image(type='filepath'),
|
158 |
-
outputs=["image","image"]
|
159 |
title=title,
|
160 |
description=description,
|
161 |
article=article,
|
|
|
155 |
interface = gr.Interface(
|
156 |
fn=inference,
|
157 |
inputs=gr.Image(type='filepath'),
|
158 |
+
outputs=["image","image"],
|
159 |
title=title,
|
160 |
description=description,
|
161 |
article=article,
|