zqhuang commited on
Commit
7181e0e
1 Parent(s): ee2b8ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ import transformers
67
  import numpy as np
68
  import librosa
69
 
70
- pipe = transformers.pipeline(model='fixie-ai/ultravox-v0_4', trust_remote_code=True)
71
 
72
  path = "<path-to-input-audio>" # TODO: pass the audio here
73
  audio, sr = librosa.load(path, sr=16000)
 
67
  import numpy as np
68
  import librosa
69
 
70
+ pipe = transformers.pipeline(model='fixie-ai/ultravox-v0_4_1-llama-3_1-8b', trust_remote_code=True)
71
 
72
  path = "<path-to-input-audio>" # TODO: pass the audio here
73
  audio, sr = librosa.load(path, sr=16000)