Spaces:
Sleeping
Sleeping
Update deployment files with latest app.py and requirements.txt
Browse files
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
|