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,6 +1,6 @@
|
|||
{
|
||||
"rvc_model": "",
|
||||
"f0_up_key": 0,
|
||||
"rvc_model": "azasu.pth",
|
||||
"f0_up_key": 12,
|
||||
"file_index": "",
|
||||
"index_rate": 0,
|
||||
"filter_radius": 3,
|
||||
|
|
|
@ -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