Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -18,7 +18,7 @@ if token is None:
|
|
18 |
raise ValueError("Hugging Face API-Token ist nicht gesetzt.")
|
19 |
|
20 |
# Klonen Sie das Repository (dies wird in Ihrem Space ausgeführt)
|
21 |
-
repo = Repository(local_dir="SpotifyHitPrediction", clone_from="Add1E/SpotifyHitPrediction"
|
22 |
|
23 |
def predict_popularity(features, trainset):
|
24 |
predictions = [None] * 2
|
|
|
18 |
raise ValueError("Hugging Face API-Token ist nicht gesetzt.")
|
19 |
|
20 |
# Klonen Sie das Repository (dies wird in Ihrem Space ausgeführt)
|
21 |
+
repo = Repository(local_dir="SpotifyHitPrediction", clone_from="Add1E/SpotifyHitPrediction")
|
22 |
|
23 |
def predict_popularity(features, trainset):
|
24 |
predictions = [None] * 2
|