Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -16,7 +16,7 @@ api = HfApi(
|
|
16 |
)
|
17 |
|
18 |
# Erstellen oder Klonen Sie ein Repository (wenn noch nicht vorhanden)
|
19 |
-
repo = Repository(local_dir="SpotifyHitPrediction", clone_from="Add1E/SpotifyHitPrediction")
|
20 |
|
21 |
def predict_popularity(features, trainset):
|
22 |
predictions = [None] * 2
|
|
|
16 |
)
|
17 |
|
18 |
# Erstellen oder Klonen Sie ein Repository (wenn noch nicht vorhanden)
|
19 |
+
repo = Repository(local_dir="https://huggingface.co/spaces/Add1E/SpotifyHitPrediction", clone_from="Add1E/SpotifyHitPrediction")
|
20 |
|
21 |
def predict_popularity(features, trainset):
|
22 |
predictions = [None] * 2
|