Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
42 |
-
CLASS_MODEL_FILENAME = "
|
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 |
|