Steveeeeeeen HF Staff commited on
Commit
88c0791
·
verified ·
1 Parent(s): a16c9f1

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="fixie-ai/ultravox-v0_5-llama-3_2-1b",
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 Ultravox Llama 3.1 8b (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="reach-vb/smolvox-smollm2-whisper-turbo",
12
  trust_remote_code=True,
13
  device=torch.device("cuda"),
14
  )
 
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.