Grosy commited on
Commit
34ea1e5
·
verified ·
1 Parent(s): aaa069c

removed buggy argument

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import os
5
 
6
  auth_token = os.environ.get("hf_token") or True
7
- transcriber = pipeline("automatic-speech-recognition", model="Grosy/wav2vec2-ie-300m", use_auth_token=auth_token)
8
 
9
  def transcribe(stream, new_chunk):
10
  sr, y = new_chunk
 
4
  import os
5
 
6
  auth_token = os.environ.get("hf_token") or True
7
+ transcriber = pipeline("automatic-speech-recognition", model="Grosy/wav2vec2-ie-300m")
8
 
9
  def transcribe(stream, new_chunk):
10
  sr, y = new_chunk