AdeshJain commited on
Commit
de74f9b
·
verified ·
1 Parent(s): 7b1dcd7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import requests
6
  import os
7
 
8
  # URLs to your HF-hosted model files
9
- MODEL_URL = "https://huggingface.co/username/model1/resolve/main/model.pkl"
10
- SCALER_URL = "https://huggingface.co/username/model1/resolve/main/scaler.pkl"
11
 
12
  # Download function
13
  import os
 
6
  import os
7
 
8
  # URLs to your HF-hosted model files
9
+ MODEL_URL = "https://huggingface.co/username/model1/resolve/main/model_j.joblib"
10
+ SCALER_URL = "https://huggingface.co/username/model1/resolve/main/scaler_j.joblib"
11
 
12
  # Download function
13
  import os