Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ import joblib
|
|
| 5 |
import os
|
| 6 |
import warnings
|
| 7 |
from huggingface_hub import hf_hub_download
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Suppress warnings
|
| 10 |
warnings.filterwarnings("ignore")
|
|
|
|
| 5 |
import os
|
| 6 |
import warnings
|
| 7 |
from huggingface_hub import hf_hub_download
|
| 8 |
+
import xgboost
|
| 9 |
+
|
| 10 |
|
| 11 |
# Suppress warnings
|
| 12 |
warnings.filterwarnings("ignore")
|