1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 02:00:25 +08:00

optimize: rename root pys

This commit is contained in:
源文雨
2024-06-07 00:50:51 +09:00
parent 3f85a24e1b
commit f37889137b
16 changed files with 19 additions and 19 deletions

View File

@@ -146,7 +146,7 @@ Os usuários de placas gráficas Intel ARC precisam executar o comando `source /
Em seguida, use este comando para iniciar o Webui:
```bash
python infer-web.py
python web.py
```
Se estiver usando Windows ou macOS, você pode baixar e extrair `RVC-beta.7z` para usar RVC diretamente usando `go-web.bat` no Windows ou `sh ./run.sh` no macOS para iniciar o Webui.
@@ -171,7 +171,7 @@ sudo usermod -aG video $USERNAME
````
Depois disso, você pode executar o WebUI:
```bash
python infer-web.py
python web.py
```
## Credits