nabeelraza commited on
Commit
2812dd4
·
verified ·
1 Parent(s): 5a399e2

Update explain.py

Browse files
Files changed (1) hide show
  1. explain.py +2 -2
explain.py CHANGED
@@ -21,8 +21,8 @@ import uuid
21
 
22
 
23
  # Static variables
24
- model_path = "efficientnet-b0-best.pth"
25
- model_name = "efficientnet_b0"
26
  YOLO_MODEL_WEIGHTS = "yolo-v11-best.pt"
27
  classes = ["Healthy", "Resistant", "Susceptible"]
28
  resizing_transforms = transforms.Compose([transforms.CenterCrop(224)])
 
21
 
22
 
23
  # Static variables
24
+ model_path = "efficientnet-b2.pth"
25
+ model_name = "efficientnet_b2"
26
  YOLO_MODEL_WEIGHTS = "yolo-v11-best.pt"
27
  classes = ["Healthy", "Resistant", "Susceptible"]
28
  resizing_transforms = transforms.Compose([transforms.CenterCrop(224)])