Steveeeeeeen HF Staff commited on
Commit
9dade5e
·
verified ·
1 Parent(s): 766343b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import torch
8
  import librosa
9
 
10
  pipe = transformers.pipeline(
11
- model="reach-vb/smolvox-whisper-turbo-smollm2-test",
12
  trust_remote_code=True,
13
  device=torch.device("cuda"),
14
  )
 
8
  import librosa
9
 
10
  pipe = transformers.pipeline(
11
+ model="reach-vb/smolvox-smollm2-whisper-turbo",
12
  trust_remote_code=True,
13
  device=torch.device("cuda"),
14
  )