Spaces:
badrex
/
Running on Zero

badrex commited on
Commit
21b9cd3
·
verified ·
1 Parent(s): 32bd56a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
9
  if HF_TOKEN:
10
  login(token=HF_TOKEN)
11
 
12
- MODEL_ID = "badrex/JASR"
13
  transcriber = pipeline("automatic-speech-recognition", model=MODEL_ID)
14
 
15
  @spaces.GPU
 
9
  if HF_TOKEN:
10
  login(token=HF_TOKEN)
11
 
12
+ MODEL_ID = "badrex/JASRv1.1"
13
  transcriber = pipeline("automatic-speech-recognition", model=MODEL_ID)
14
 
15
  @spaces.GPU