Spaces:
Sleeping
Sleeping
Commit
·
6bca9ba
1
Parent(s):
929f451
bug fix
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ inputs_image = [
|
|
86 |
]
|
87 |
|
88 |
outputs_image = [
|
89 |
-
gr.
|
90 |
]
|
91 |
|
92 |
gr.Interface(
|
|
|
86 |
]
|
87 |
|
88 |
outputs_image = [
|
89 |
+
gr.components.Image(type="plot", label="Output Image"),
|
90 |
]
|
91 |
|
92 |
gr.Interface(
|