Skip to content

Commit 82afeba

Browse files
Add run_server.bat
1 parent c0eb71b commit 82afeba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

batch/run_server.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo off
2+
cd /d %~dp0\Server
3+
4+
echo *************************************************
5+
echo UnityNeuroSpeech Text-To-Speech server is running!
6+
echo UnityNeuroSpeech official GitHub repository: https://github.com/HardCodeDev777/UnityNeuroSpeech
7+
echo *************************************************
8+
9+
call .venv\Scripts\activate
10+
python main.py
11+
12+
pause

0 commit comments

Comments
 (0)