Add1E commited on
Commit
55f4229
·
1 Parent(s): 213ebc7

Update utils.py

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