Steveeeeeeen HF Staff commited on
Commit
0bd7b17
·
verified ·
1 Parent(s): 4540034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,7 +8,7 @@ import torch
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
  )
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
77
  gr.HTML(
78
  """
79
  <h1 style='text-align: center'>
80
- Talk to Smolvox Smollm2 1.7b (Powered by WebRTC ⚡️)
81
  </h1>
82
  <p style='text-align: center'>
83
  Once you grant access to your microphone, you can talk naturally to Ultravox.
 
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
  )
 
77
  gr.HTML(
78
  """
79
  <h1 style='text-align: center'>
80
+ Talk to Ultravox v0.5 Llama 3.2 1b (Powered by WebRTC ⚡️)
81
  </h1>
82
  <p style='text-align: center'>
83
  Once you grant access to your microphone, you can talk naturally to Ultravox.