Skip to content

Commit 0f0e1a6

Browse files
committed
update config to v2.0.4
1 parent 0fec0db commit 0f0e1a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# * Settings marked with * are advanced settings that won't appear in the Streamlit page and can only be modified manually in config.py
2-
version: "2.0.1"
2+
version: "2.0.4"
33
## ======================== Basic Settings ======================== ##
44
# API settings
55
api:
@@ -10,7 +10,7 @@ api:
1010
# Language settings, written into the prompt, can be described in natural language
1111
target_language: '简体中文'
1212

13-
# Whether to use Demucs for vocal separation before transcription, warning this may slow down the process and cause lines missing!
13+
# Whether to use Demucs for vocal separation before transcription
1414
demucs: false
1515

1616
whisper:

i18n/中文/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# * 标有 * 的设置是高级设置,不会出现在 Streamlit 页面中,只能在 config.py 中手动修改
2-
version: "2.0.1"
2+
version: "2.0.4"
33
## ======================== 基本设置 ======================== ##
44
# API 设置
55
api:
@@ -10,7 +10,7 @@ api:
1010
# 语言设置,写入提示词,可以用自然语言描述
1111
target_language: '简体中文'
1212

13-
# 是否在转录前进行人声分离,警告这可能会减慢过程并导致行缺失!
13+
# 是否在转录前进行人声分离
1414
demucs: false
1515

1616
whisper:

0 commit comments

Comments
 (0)