Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -5,7 +5,7 @@ from sklearn.ensemble import RandomForestRegressor
|
|
5 |
import pandas as pd
|
6 |
from tqdm.auto import tqdm
|
7 |
import streamlit as st
|
8 |
-
from huggingface_hub import Repository, HfApi
|
9 |
import os
|
10 |
tqdm.pandas()
|
11 |
|
|
|
5 |
import pandas as pd
|
6 |
from tqdm.auto import tqdm
|
7 |
import streamlit as st
|
8 |
+
from huggingface_hub import Repository, HfApi, HfFolder
|
9 |
import os
|
10 |
tqdm.pandas()
|
11 |
|