Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,8 @@ css = """.output_image, .input_image {height: 600px !important}"""
|
|
12 |
# for now it shows also the intermediate steps
|
13 |
iface = gr.Interface(fn=prediction,
|
14 |
inputs=gr.Image(type="pil"),
|
15 |
-
outputs=[
|
|
|
16 |
gr.JSON(label="final output")],
|
17 |
title=title,
|
18 |
description=description,
|
|
|
12 |
# for now it shows also the intermediate steps
|
13 |
iface = gr.Interface(fn=prediction,
|
14 |
inputs=gr.Image(type="pil"),
|
15 |
+
outputs=[
|
16 |
+
#gr.Image(type="pil", label="annotated image"),
|
17 |
gr.JSON(label="final output")],
|
18 |
title=title,
|
19 |
description=description,
|