Spaces:
Running
Running
space: describe model as ~1M parameters
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ EXAMPLES = [
|
|
| 163 |
]
|
| 164 |
|
| 165 |
DESCRIPTION = """
|
| 166 |
-
**LocalVQE** is a
|
| 167 |
microphone signal on a voice call: it cancels the remote participant's
|
| 168 |
voice being picked up again (echo), suppresses background noise, and
|
| 169 |
removes reverberation — all in a single causal pass on CPU.
|
|
|
|
| 163 |
]
|
| 164 |
|
| 165 |
DESCRIPTION = """
|
| 166 |
+
**LocalVQE** is a ~1 M-parameter open-source model that cleans up a
|
| 167 |
microphone signal on a voice call: it cancels the remote participant's
|
| 168 |
voice being picked up again (echo), suppresses background noise, and
|
| 169 |
removes reverberation — all in a single causal pass on CPU.
|