Spaces:
Running
on
T4
Running
on
T4
Commit
•
2bc205a
1
Parent(s):
62549d3
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
from inference import YOLOv10
|
8 |
|
9 |
model_file = hf_hub_download(
|
10 |
-
repo_id="onnx-community/
|
11 |
)
|
12 |
|
13 |
model = YOLOv10(model_file)
|
|
|
7 |
from inference import YOLOv10
|
8 |
|
9 |
model_file = hf_hub_download(
|
10 |
+
repo_id="onnx-community/yolov10s", filename="onnx/model.onnx"
|
11 |
)
|
12 |
|
13 |
model = YOLOv10(model_file)
|