From 7f536057e7fd3669e0066bd3572930b4d9ef7175 Mon Sep 17 00:00:00 2001 From: Jarod Mica Date: Sat, 2 Nov 2024 22:19:40 -0700 Subject: [PATCH] freezes starlette and fastapi --- config/rvc.json | 6 +++--- requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) 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