csukuangfj
commited on
Commit
•
e02389a
1
Parent(s):
e158819
avoid add extra punctuations for sense voice models
Browse files
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 "moonshine-" in repo_id
|
144 |
or "korean" in repo_id
|
145 |
or "vosk-model" in repo_id
|
|
|
140 |
|
141 |
if (
|
142 |
"whisper" in repo_id
|
143 |
+
or "sense-" in repo_id
|
144 |
or "moonshine-" in repo_id
|
145 |
or "korean" in repo_id
|
146 |
or "vosk-model" in repo_id
|