diff --git a/config/rvc.json b/config/rvc.json index bc29749..b2867f2 100644 --- a/config/rvc.json +++ b/config/rvc.json @@ -1,10 +1,10 @@ { - "rvc_model": "", - "f0_up_key": 0, + "rvc_model": "azasu.pth", + "f0_up_key": 12, "file_index": "", "index_rate": 0, "filter_radius": 3, "resample_sr": 48000, "rms_mix_rate": 0.25, "protect": 0.33 -} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 36c65c1..72b3f0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,5 @@ transformers==4.29.2 omegaconf==2.3 pysrt librosa==0.9.1 +fastapi==0.112.1 +starlette==0.38.2 \ No newline at end of file