Bladeren bron

fix: update command to start WebUI in documentation (#766)

Theresa 1 jaar geleden
bovenliggende
commit
47057d2187
5 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 1 1
      docs/en/inference.md
  2. 1 1
      docs/ja/inference.md
  3. 1 1
      docs/ko/inference.md
  4. 1 1
      docs/pt/inference.md
  5. 1 1
      docs/zh/inference.md

+ 1 - 1
docs/en/inference.md

@@ -119,7 +119,7 @@ The currently supported reference audio has a maximum total duration of 90 secon
 You can start the WebUI using the following command:
 
 ```bash
-python -m tools.webui \
+python -m tools.run_webui \
     --llama-checkpoint-path "checkpoints/fish-speech-1.5" \
     --decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
     --decoder-config-name firefly_gan_vq

+ 1 - 1
docs/ja/inference.md

@@ -98,7 +98,7 @@ python -m tools.api_client \
 次のコマンドを使用して WebUI を起動できます:
 
 ```bash
-python -m tools.webui \
+python -m tools.run_webui \
     --llama-checkpoint-path "checkpoints/fish-speech-1.5" \
     --decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
     --decoder-config-name firefly_gan_vq

+ 1 - 1
docs/ko/inference.md

@@ -117,7 +117,7 @@ python -m tools.api_client \
 다음 명령으로 WebUI를 시작할 수 있습니다:
 
 ```bash
-python -m tools.webui \
+python -m tools.run_webui \
     --llama-checkpoint-path "checkpoints/fish-speech-1.5" \
     --decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
     --decoder-config-name firefly_gan_vq

+ 1 - 1
docs/pt/inference.md

@@ -98,7 +98,7 @@ O comando acima indica a síntese do áudio desejada de acordo com as informaç
 Para iniciar a WebUI de Inferência execute o seguinte comando:
 
 ```bash
-python -m tools.webui \
+python -m tools.run_webui \
     --llama-checkpoint-path "checkpoints/fish-speech-1.5" \
     --decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
     --decoder-config-name firefly_gan_vq

+ 1 - 1
docs/zh/inference.md

@@ -127,7 +127,7 @@ python -m tools.api_client \
 你可以使用以下命令来启动 WebUI:
 
 ```bash
-python -m tools.webui \
+python -m tools.run_webui \
     --llama-checkpoint-path "checkpoints/fish-speech-1.5" \
     --decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
     --decoder-config-name firefly_gan_vq