Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ examples = [
|
|
| 97 |
"tracker/oc_sort.yaml"
|
| 98 |
]
|
| 99 |
]
|
| 100 |
-
outputs = gr.
|
| 101 |
title = "TorchYolo: YOLO Series Object Detection and Track Algorithm Library"
|
| 102 |
|
| 103 |
demo_app = gr.Interface(
|
|
|
|
| 97 |
"tracker/oc_sort.yaml"
|
| 98 |
]
|
| 99 |
]
|
| 100 |
+
outputs = gr.Image()
|
| 101 |
title = "TorchYolo: YOLO Series Object Detection and Track Algorithm Library"
|
| 102 |
|
| 103 |
demo_app = gr.Interface(
|