Set default transpose to 0

This commit is contained in:
litagin
2023-07-18 21:06:54 +09:00
parent 59b32c33d1
commit f0568fb528
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
This is a text-to-speech Gradio webui for [RVC](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI) models, using [edge-tts](https://github.com/rany2/edge-tts).
[🤗 Online Demo](https://huggingface.co/litagin/rvc_okiba)
This can run on CPU without GPU (but slow).
![Screenshot](assets/screenshot.jpg)

2
app.py
View File

@@ -237,7 +237,7 @@ with app:
model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
f0_key_up = gr.Number(
label="Transpose (the best value depends on the models and speakers)",
value=1,
value=0,
)
with gr.Column():
f0_method = gr.Radio(