We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5efda commit eb5429eCopy full SHA for eb5429e
server/main.py
@@ -38,6 +38,10 @@
38
39
app = Flask(__name__)
40
41
+print("*************************************************")
42
+print("UnityNeuroSpeech TTS server is running!")
43
+print("UnityNeuroSpeech official GitHub repository: https://github.com/HardCodeDev777/UnityNeuroSpeech")
44
45
46
@app.route('/')
47
def index():
0 commit comments