main
yumoqing 2024-02-03 12:36:09 +08:00
parent 69a6658e17
commit a460bf4824
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ class CoquiTTS:
buf = b.read()
return buf
self.generate = awaitify(self._generate)
generate = awaitify(_generate)