Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import torch
|
|
| 8 |
import librosa
|
| 9 |
|
| 10 |
pipe = transformers.pipeline(
|
| 11 |
-
model="
|
| 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
|
| 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.
|