1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 12:54:48 +01:00

added tts functionality

This commit is contained in:
2024-04-22 02:06:12 +02:00
parent 9ea9ab3c53
commit 6e844a3cb1
7 changed files with 73 additions and 8 deletions

View File

@@ -137,4 +137,5 @@ def feed():
if __name__ == "__main__":
con_gen.prepare_tts()
app.run(host="0.0.0.0")