small fix

This commit is contained in:
litagin02
2023-12-27 05:55:34 +09:00
parent 58fab45b84
commit 49e9a10673
3 changed files with 22 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ This repository is based on [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2
## これは何?
- [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2)のv2.1を元に、正確に感情や発話スタイルを強弱混みで指定して音声を生成することができるようにしたものです。
- [EasyBertVits2](https://github.com/Zuntan03/EasyBertVits2/)のように、GitやPythonがない人でも簡単にインストールできるやつもあります。
- [EasyBertVits2](https://github.com/Zuntan03/EasyBertVits2/)のように、GitやPythonがない人でも簡単にインストールできるやつもあります(まだ少し未検証)
## 使い方
@@ -18,7 +18,7 @@ Windows環境で最近のNVIDIA製グラボがあることを前提にしてい
#### GitやPythonに馴染みが無い方
[これ]をダウンロードして、スペースを含まない英数字のみのパスで実行してください(まだ動作未確認なので後でちゃんとチェックします)。
[これ](https://github.com/litagin02/Style-Bert-VITS2/raw/master/scripts/Install-Style-Bert-VITS2.bat)をダウンロードして、スペースを含まない英数字のみのパスで実行してください(まだ動作未確認なので後でちゃんとチェックします)。
#### GitやPython使える人

File diff suppressed because one or more lines are too long

View File

@@ -206,7 +206,7 @@ if __name__ == "__main__":
gr.Markdown(value="### Step 2: 音声ファイルの前処理")
resample_btn = gr.Button(value="実行", variant="primary")
with gr.Column():
gr.Markdown(value="### Step 3: ラベルファイルの前処理")
gr.Markdown(value="### Step 3: 書き起こしファイルの前処理")
preprocess_text_btn = gr.Button(value="実行", variant="primary")
with gr.Column():
gr.Markdown(value="### Step 4: BERT特徴ファイルの生成")