botarioAcc commited on
Commit
36c93f3
·
verified ·
1 Parent(s): bae72eb

change token parameter name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ wave2vec_pipeline = pipeline(
27
  chunk_length_s=30,
28
  stride_length_s=(4, 2),
29
  batch_size=8,
30
- use_auth_token=os.getenv("HF_TOKEN"),
31
  )
32
 
33
 
 
27
  chunk_length_s=30,
28
  stride_length_s=(4, 2),
29
  batch_size=8,
30
+ token=os.getenv("HF_TOKEN"),
31
  )
32
 
33