You've already forked HeurAMS-Legacy
style: 代码格式化
This commit is contained in:
@@ -2,6 +2,7 @@ from .base import BaseTTS
|
||||
import pathlib
|
||||
import edge_tts
|
||||
|
||||
|
||||
class EdgeTTS(BaseTTS):
|
||||
name = "EdgeTTS"
|
||||
|
||||
@@ -12,4 +13,4 @@ class EdgeTTS(BaseTTS):
|
||||
"zh-CN-YunjianNeural",
|
||||
)
|
||||
communicate.save_sync(str(path))
|
||||
return path # type: ignore
|
||||
return path # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user