first commit

This commit is contained in:
2024-07-08 14:15:34 +08:00
commit 8bbb96fe44
8 changed files with 303 additions and 0 deletions

4
api/tts/run_tts.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
FLASK_APP=main.py FLASK_ENV=development flask run \
-h 0.0.0.0 \
-p 9992