Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
df6c793
1
Parent(s):
9955899
update
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ def main(args):
|
|
297 |
experiment_id, # path adding scheduler
|
298 |
]
|
299 |
# outputs
|
300 |
-
outputs = gr.outputs.Image(type="numpy", label="
|
301 |
outputs02 = gr.outputs.JSON(label="检测信息")
|
302 |
|
303 |
# title
|
|
|
297 |
experiment_id, # path adding scheduler
|
298 |
]
|
299 |
# outputs
|
300 |
+
outputs = gr.outputs.Image(type="numpy", label="Vectorized Image")
|
301 |
outputs02 = gr.outputs.JSON(label="检测信息")
|
302 |
|
303 |
# title
|