Skip to content

Commit eb5429e

Browse files
Update main.py
- Add some output
1 parent db5efda commit eb5429e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838

3939
app = Flask(__name__)
4040

41+
print("*************************************************")
42+
print("UnityNeuroSpeech TTS server is running!")
43+
print("UnityNeuroSpeech official GitHub repository: https://github.com/HardCodeDev777/UnityNeuroSpeech")
44+
print("*************************************************")
4145

4246
@app.route('/')
4347
def index():

0 commit comments

Comments
 (0)