Update main.py
Browse files
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
|
63 |
-
filename="
|
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)
|