Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
-
from huggingface_hub import hf_hub_download
|
| 4 |
import joblib
|
| 5 |
|
| 6 |
# Initialize HF API with token from environment
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
+
from huggingface_hub import hf_hub_download, HfApi
|
| 4 |
import joblib
|
| 5 |
|
| 6 |
# Initialize HF API with token from environment
|