grkavi0912 commited on
Commit
1c62f65
·
verified ·
1 Parent(s): 2b3dc19

Update deployment files with latest app.py and requirements.txt

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import joblib # Corrected typo
9
  # --- Adding another line to ensure content change detection ---
10
  # --- Adding yet another line for version update ---
11
  # --- Forcing another update to ensure commit detection ---
 
12
 
13
  #Download and load the model
14
  model_path = hf_hub_download(repo_id="grkavi0912/Tpro", filename="best_tour_model.joblib", repo_type="model") # Added repo_type
 
9
  # --- Adding another line to ensure content change detection ---
10
  # --- Adding yet another line for version update ---
11
  # --- Forcing another update to ensure commit detection ---
12
+ # --- And one more for good measure to ensure changes are always picked up ---
13
 
14
  #Download and load the model
15
  model_path = hf_hub_download(repo_id="grkavi0912/Tpro", filename="best_tour_model.joblib", repo_type="model") # Added repo_type