Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,8 @@ This demo only accepts .wav format. Best at 16 kHz sampling rate.
|
|
82 |
Paper is available [here](https://arxiv.org/abs/2204.02152)
|
83 |
|
84 |
Add ASR based on wav2vec-960, currently only English available.
|
85 |
-
|
|
|
86 |
"""
|
87 |
|
88 |
|
|
|
82 |
Paper is available [here](https://arxiv.org/abs/2204.02152)
|
83 |
|
84 |
Add ASR based on wav2vec-960, currently only English available.
|
85 |
+
This is a lite version of ASR, delievring faster calculation and compromise to recognition performance
|
86 |
+
Add WER interface by Laronix Pty LTD
|
87 |
"""
|
88 |
|
89 |
|