Zeyadd-Mostaffa commited on
Commit
47a7c4d
·
verified ·
1 Parent(s): 3266adf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")