1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +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

@@ -1,5 +1,5 @@
### 2023-10-06
- We have created a GUI for real-time voice change: go-realtime-gui.bat/gui_v1.py (Note that you should choose the same type of input and output device, e.g. MME and MME).
- We have created a GUI for real-time voice change: go-realtime-gui.bat/gui.py (Note that you should choose the same type of input and output device, e.g. MME and MME).
- We trained a better pitch extract RMVPE model.
- Optimize inference GUI layout.

View File

@@ -196,7 +196,7 @@ sudo usermod -aG video $USERNAME
### Direct Launch
Use the following command to start the WebUI.
```bash
python infer-web.py
python web.py
```
### Linux/MacOS
```bash