Add1E commited on
Commit
3ff11b6
·
1 Parent(s): 8547a33

Update utils.py

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