mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-09 07:06:38 -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": "",
|
"rvc_model": "azasu.pth",
|
||||||
"f0_up_key": 0,
|
"f0_up_key": 12,
|
||||||
"file_index": "",
|
"file_index": "",
|
||||||
"index_rate": 0,
|
"index_rate": 0,
|
||||||
"filter_radius": 3,
|
"filter_radius": 3,
|
||||||
|
|
|
@ -15,3 +15,5 @@ transformers==4.29.2
|
||||||
omegaconf==2.3
|
omegaconf==2.3
|
||||||
pysrt
|
pysrt
|
||||||
librosa==0.9.1
|
librosa==0.9.1
|
||||||
|
fastapi==0.112.1
|
||||||
|
starlette==0.38.2
|
Loading…
Add table
Reference in a new issue