Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ app = Flask(__name__)
|
|
14 |
MODEL_FILE_NAME = "model.keras"
|
15 |
# REPLACE THIS WITH YOUR HUGGING FACE MODEL REPO ID
|
16 |
# Format: "your-username/your-model-repo-name"
|
17 |
-
HF_MODEL_REPO_ID = "
|
18 |
|
19 |
# Check if model exists, if not, try to download it from Hugging Face Hub
|
20 |
if not os.path.exists(MODEL_FILE_NAME):
|
|
|
14 |
MODEL_FILE_NAME = "model.keras"
|
15 |
# REPLACE THIS WITH YOUR HUGGING FACE MODEL REPO ID
|
16 |
# Format: "your-username/your-model-repo-name"
|
17 |
+
HF_MODEL_REPO_ID = "nonamelife/garbage-detection-model" # Example!
|
18 |
|
19 |
# Check if model exists, if not, try to download it from Hugging Face Hub
|
20 |
if not os.path.exists(MODEL_FILE_NAME):
|