Add1E commited on
Commit
0f702da
·
1 Parent(s): b587838

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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