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 c0eb71b commit 82afebaCopy full SHA for 82afeba
batch/run_server.bat
@@ -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
8
9
+call .venv\Scripts\activate
10
+python main.py
11
12
+pause
0 commit comments