Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ demo = gr.Interface(
|
|
| 93 |
],
|
| 94 |
title = "Yolo v9 on custom fooball dataset",
|
| 95 |
description = " A simple gradio inference, and detection results for custom trained yolov9 model",
|
| 96 |
-
examples = [["
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|
|
|
|
| 93 |
],
|
| 94 |
title = "Yolo v9 on custom fooball dataset",
|
| 95 |
description = " A simple gradio inference, and detection results for custom trained yolov9 model",
|
| 96 |
+
examples = [["img1.jpg",1, True, 10, 0.4]]
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|