littlebird13 commited on
Commit
0a60202
·
verified ·
1 Parent(s): 3cabb18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -18,10 +18,6 @@ import torch
18
  from huggingface_hub import login
19
  from scipy.io.wavfile import write as wav_write
20
 
21
- # Login to Hugging Face with token from environment variable
22
- HF_TOKEN = os.environ.get("HF_TOKEN")
23
- if HF_TOKEN:
24
- login(token=HF_TOKEN)
25
 
26
  def _title_case_display(s: str) -> str:
27
  s = (s or "").strip()
 
18
  from huggingface_hub import login
19
  from scipy.io.wavfile import write as wav_write
20
 
 
 
 
 
21
 
22
  def _title_case_display(s: str) -> str:
23
  s = (s or "").strip()