Steveeeeeeen HF Staff commited on
Commit
3f347cb
·
verified ·
1 Parent(s): 161e2ff

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="fixie-ai/ultravox-v0_5-llama-3_2-1b",
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
  )