Spaces:
Sleeping
Sleeping
feat: Update to lighter and better version: Version 4
Browse files- app.py +1 -1
- racistv3.pt → racistv4.pt +2 -2
app.py
CHANGED
@@ -11,7 +11,7 @@ def handle_classify(image=None):
|
|
11 |
image (gr.inputs.Image, optional): Input image to detect objects on. Defaults to None.
|
12 |
"""
|
13 |
|
14 |
-
model_path = "
|
15 |
model = YOLO(model_path)
|
16 |
|
17 |
results = model(image)
|
|
|
11 |
image (gr.inputs.Image, optional): Input image to detect objects on. Defaults to None.
|
12 |
"""
|
13 |
|
14 |
+
model_path = "racistv4.pt"
|
15 |
model = YOLO(model_path)
|
16 |
|
17 |
results = model(image)
|
racistv3.pt → racistv4.pt
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b917db97dc95350201b0a9a4ab891e30f5845eae9de1064f764e4e6957b7e89f
|
3 |
+
size 72606705
|