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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ except Exception as e:
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)
 
38
 
39
  # --- Download and Load Classification Model (EfficientNet) ---
40
  try:
41
+ CLASS_REPO_ID = "sheikh987/efficientnet-isic"
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)