KPatrick commited on
Commit
46f1896
1 Parent(s): c2d9868

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import soundfile as sf
9
  # asr_model = hub.Module(name='u2_conformer_aishell')
10
  asr_executor = ASRExecutor()
11
  text_correct_model = Taskflow("text_correction")
12
- punc_model = hub.Module(name='ernie_punc')
13
 
14
 
15
  def speech_recognize(file):
 
9
  # asr_model = hub.Module(name='u2_conformer_aishell')
10
  asr_executor = ASRExecutor()
11
  text_correct_model = Taskflow("text_correction")
12
+ punc_model = hub.Module(name='auto_punc')
13
 
14
 
15
  def speech_recognize(file):