sheikh987 commited on
Commit
95a831b
·
verified ·
1 Parent(s): d031ec3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ except Exception as e:
38
 
39
  # --- Download and Load Classification Model (EfficientNet) ---
40
  try:
41
- CLASS_REPO_ID = "sheikh987/efficientnet-isic-classifier"
42
- CLASS_MODEL_FILENAME = "efficientnet_isic_classifier_best.pth"
43
  print(f"--> Downloading classification model from: {CLASS_REPO_ID}")
44
  class_model_path = hf_hub_download(repo_id=CLASS_REPO_ID, filename=CLASS_MODEL_FILENAME)
45
 
 
38
 
39
  # --- Download and Load Classification Model (EfficientNet) ---
40
  try:
41
+ CLASS_REPO_ID = "sheikh987/efficientnet_augmented_best"
42
+ CLASS_MODEL_FILENAME = "efficientnet_augmented_best.pth"
43
  print(f"--> Downloading classification model from: {CLASS_REPO_ID}")
44
  class_model_path = hf_hub_download(repo_id=CLASS_REPO_ID, filename=CLASS_MODEL_FILENAME)
45