Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ DESCRIPTION = """An image is occluded if the image is blocked by any object.
|
|
| 141 |
demo_app = gr.Interface(
|
| 142 |
fn= prediction,
|
| 143 |
inputs=inputs,
|
| 144 |
-
outputs= ["text", "
|
| 145 |
title = "Tag Diciphering",
|
| 146 |
description = DESCRIPTION,
|
| 147 |
examples = EXAMPLES,
|
|
|
|
| 141 |
demo_app = gr.Interface(
|
| 142 |
fn= prediction,
|
| 143 |
inputs=inputs,
|
| 144 |
+
outputs= ["text", "Image"],
|
| 145 |
title = "Tag Diciphering",
|
| 146 |
description = DESCRIPTION,
|
| 147 |
examples = EXAMPLES,
|