Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ demo = gr.Interface(
|
|
| 118 |
inputs=gr.Image(type="numpy", label="Original Image"),
|
| 119 |
outputs=[
|
| 120 |
gr.Image(type="numpy", label="Output Image"),
|
| 121 |
-
gr.JSON(),
|
| 122 |
],
|
| 123 |
)
|
| 124 |
|
|
|
|
| 118 |
inputs=gr.Image(type="numpy", label="Original Image"),
|
| 119 |
outputs=[
|
| 120 |
gr.Image(type="numpy", label="Output Image"),
|
| 121 |
+
gr.JSON(visible=False),
|
| 122 |
],
|
| 123 |
)
|
| 124 |
|