csukuangfj commited on
Commit
3b1a93c
1 Parent(s): b30f90b

disable punctuations for moonshine models

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -140,6 +140,7 @@ def process(language: str, repo_id: str, add_punctuation: str, in_filename: str)
140
 
141
  if (
142
  "whisper" in repo_id
 
143
  or "korean" in repo_id
144
  or "vosk-model" in repo_id
145
  or "asr-gigaspeech2-th-zipformer" in repo_id
 
140
 
141
  if (
142
  "whisper" in repo_id
143
+ or "moonshine-" in repo_id
144
  or "korean" in repo_id
145
  or "vosk-model" in repo_id
146
  or "asr-gigaspeech2-th-zipformer" in repo_id