ionvop commited on
Commit
7de6da2
·
verified ·
1 Parent(s): 7abd37b

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -17,7 +17,7 @@ async def speak(text: str):
17
  model_path="app/models/chu2.pth",
18
  voice="ja-JP-NanamiNeural",
19
  device="cpu",
20
- index_path="app/models/chu.index",
21
  f0_method="pm"
22
  )
23
 
 
17
  model_path="app/models/chu2.pth",
18
  voice="ja-JP-NanamiNeural",
19
  device="cpu",
20
+ index_path="app/models/chu2.index",
21
  f0_method="pm"
22
  )
23