Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|