freezes starlette and fastapi

This commit is contained in:
Jarod Mica 2024-11-02 22:19:40 -07:00
parent abf8eb10cf
commit 7f536057e7
2 changed files with 5 additions and 3 deletions

View file

@ -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
}
}

View file

@ -15,3 +15,5 @@ transformers==4.29.2
omegaconf==2.3
pysrt
librosa==0.9.1
fastapi==0.112.1
starlette==0.38.2