mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
freezes starlette and fastapi
This commit is contained in:
parent
abf8eb10cf
commit
7f536057e7
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
|
@ -15,3 +15,5 @@ transformers==4.29.2
|
|||
omegaconf==2.3
|
||||
pysrt
|
||||
librosa==0.9.1
|
||||
fastapi==0.112.1
|
||||
starlette==0.38.2
|
Loading…
Add table
Reference in a new issue