Upload app.py
Browse files
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/
|
| 10 |
-
SCALER_URL = "https://huggingface.co/username/model1/resolve/main/
|
| 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
|