Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ if huggingface_api_token is None:
|
|
17 |
set_access_token(huggingface_api_token)
|
18 |
|
19 |
# Model repository details
|
20 |
-
model_repo_id = "
|
21 |
model_file_path = "final_meta_model.keras"
|
22 |
|
23 |
# Construct the model URL
|
|
|
17 |
set_access_token(huggingface_api_token)
|
18 |
|
19 |
# Model repository details
|
20 |
+
model_repo_id = "shaheer-data/Yellow-Rust-Prediction"
|
21 |
model_file_path = "final_meta_model.keras"
|
22 |
|
23 |
# Construct the model URL
|