Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -11,7 +11,7 @@ tqdm.pandas()
|
|
11 |
|
12 |
# Authentifizierung (stellen Sie sicher, dass Ihr Hugging Face Token gesetzt ist)
|
13 |
api = HfApi(
|
14 |
-
endpoint="https://huggingface.co/spaces/Add1E/SpotifyHitPrediction"
|
15 |
token=os.getenv("token")
|
16 |
)
|
17 |
|
|
|
11 |
|
12 |
# Authentifizierung (stellen Sie sicher, dass Ihr Hugging Face Token gesetzt ist)
|
13 |
api = HfApi(
|
14 |
+
endpoint="https://huggingface.co/spaces/Add1E/SpotifyHitPrediction",
|
15 |
token=os.getenv("token")
|
16 |
)
|
17 |
|