richiejp commited on
Commit
b7e597c
·
verified ·
1 Parent(s): 61c68a1

space: describe model as ~1M parameters

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ EXAMPLES = [
163
  ]
164
 
165
  DESCRIPTION = """
166
- **LocalVQE** is a 0.9 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.
 
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.