ducngg commited on
Commit
087eb84
β€’
1 Parent(s): 3c41e97

feat: Update to lighter and better version: Version 4

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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 = "racistv3.pt"
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:a8d70d53a4961202f05e3fa697ea42a54bd1592a8770a27cfc0ad4addee3da12
3
- size 112509041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b917db97dc95350201b0a9a4ab891e30f5845eae9de1064f764e4e6957b7e89f
3
+ size 72606705