sheikh987 commited on
Commit
c0aec73
·
verified ·
1 Parent(s): 668ad74

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -59,8 +59,8 @@ def load_assets():
59
  try:
60
  print(" Downloading EfficientNet classification model...")
61
  class_model_path = hf_hub_download(
62
- repo_id="sheikh987/efficientnet-isic-classifier",
63
- filename="efficientnet_isic_classifier_best.pth",
64
  cache_dir=cache_dir
65
  )
66
  classification_model = timm.create_model('efficientnet_b3', pretrained=False, num_classes=7).to(DEVICE)
 
59
  try:
60
  print(" Downloading EfficientNet classification model...")
61
  class_model_path = hf_hub_download(
62
+ repo_id="sheikh987//efficientnet-isic",
63
+ filename="efficientnet_augmented_best.pth",
64
  cache_dir=cache_dir
65
  )
66
  classification_model = timm.create_model('efficientnet_b3', pretrained=False, num_classes=7).to(DEVICE)