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:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user