shaheer-data commited on
Commit
8dc467a
·
verified ·
1 Parent(s): 02acf5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "your_huggingface_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