File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# * 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 "
3
3
# # ======================== Basic Settings ======================== ##
4
4
# API settings
5
5
api :
10
10
# Language settings, written into the prompt, can be described in natural language
11
11
target_language : ' 简体中文'
12
12
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
14
14
demucs : false
15
15
16
16
whisper :
Original file line number Diff line number Diff line change 1
1
# * 标有 * 的设置是高级设置,不会出现在 Streamlit 页面中,只能在 config.py 中手动修改
2
- version : " 2.0.1 "
2
+ version : " 2.0.4 "
3
3
# # ======================== 基本设置 ======================== ##
4
4
# API 设置
5
5
api :
10
10
# 语言设置,写入提示词,可以用自然语言描述
11
11
target_language : ' 简体中文'
12
12
13
- # 是否在转录前进行人声分离,警告这可能会减慢过程并导致行缺失!
13
+ # 是否在转录前进行人声分离
14
14
demucs : false
15
15
16
16
whisper :
You can’t perform that action at this time.
0 commit comments