nastasiasnk commited on
Commit
555d97e
·
verified ·
1 Parent(s): b0a2a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -19,11 +19,6 @@ from huggingface_hub import HfFolder
19
  # Set the token using HfFolder (this persists the token)
20
  HfFolder.save_token(HF_TOKEN)
21
 
22
- """
23
- from transformers import set_access_token
24
- set_access_token(HF_TOKEN)
25
- """
26
-
27
 
28
  import torch
29
  import torchaudio
 
19
  # Set the token using HfFolder (this persists the token)
20
  HfFolder.save_token(HF_TOKEN)
21
 
 
 
 
 
 
22
 
23
  import torch
24
  import torchaudio