ionvop commited on
Commit
58fe651
·
verified ·
1 Parent(s): 1ec7848

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -15,7 +15,7 @@ def read_root():
15
 
16
 
17
  @app.get("/speak")
18
- async def synthesize(text: str):
19
  tts = TTS_RVC(
20
  model_path="models/chu2.pth",
21
  voice="ja-JP-NanamiNeural",
 
15
 
16
 
17
  @app.get("/speak")
18
+ async def speak(text: str):
19
  tts = TTS_RVC(
20
  model_path="models/chu2.pth",
21
  voice="ja-JP-NanamiNeural",