Add1E commited on
Commit
b587838
·
1 Parent(s): 548c423

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -11,7 +11,7 @@ tqdm.pandas()
11
 
12
  # Authentifizierung (stellen Sie sicher, dass Ihr Hugging Face Token gesetzt ist)
13
  api = HfApi(
14
- endpoint="https://huggingface.co/spaces/Add1E/SpotifyHitPrediction"
15
  token=os.getenv("token")
16
  )
17
 
 
11
 
12
  # Authentifizierung (stellen Sie sicher, dass Ihr Hugging Face Token gesetzt ist)
13
  api = HfApi(
14
+ endpoint="https://huggingface.co/spaces/Add1E/SpotifyHitPrediction",
15
  token=os.getenv("token")
16
  )
17