From f0568fb52835ec56e9c17b7baa46d909b2f180e5 Mon Sep 17 00:00:00 2001 From: litagin Date: Tue, 18 Jul 2023 21:06:54 +0900 Subject: [PATCH] Set default transpose to 0 --- README.md | 2 ++ app.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33759b7..b0d8697 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app.py b/app.py index e9a1a3a..c711387 100644 --- a/app.py +++ b/app.py @@ -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(