KevinGeng commited on
Commit
39ae0c4
1 Parent(s): 0b2996a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- Add WER interface.
 
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