Skip to content

Commit d5b0020

Browse files
authored
Fix missing ’ (#3869)
1 parent e41a879 commit d5b0020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/speech_ssl/README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ wget -c https://paddlespeech.bj.bcebos.com/PaddleAudio/en.wav
5656

5757
# 识别文本
5858
text = ssl_executor(
59-
model='wav2vec2,
59+
model='wav2vec2',
6060
task='asr',
6161
lang='en',
6262
sample_rate=16000,

0 commit comments

Comments
 (0)