script updates
This commit is contained in:
parent
f477fd1f6f
commit
720921b83f
2
praxis-main-start.bat
Normal file
2
praxis-main-start.bat
Normal file
@ -0,0 +1,2 @@
|
||||
cd "c:\praxis"
|
||||
docker-compose up -d
|
||||
2
praxis-main-stop.bat
Normal file
2
praxis-main-stop.bat
Normal file
@ -0,0 +1,2 @@
|
||||
cd "c:\praxis"
|
||||
docker-compose down
|
||||
@ -1,2 +0,0 @@
|
||||
cd "c:\praxis"
|
||||
python "c:/Praxis/main.py"
|
||||
2
praxis-tts-speaker.bat
Normal file
2
praxis-tts-speaker.bat
Normal file
@ -0,0 +1,2 @@
|
||||
cd "c:\praxis"
|
||||
python "c:\praxis\standalone_tts_speaker.py"
|
||||
@ -1,2 +1,2 @@
|
||||
cd "c:\praxis"
|
||||
python "c:\praxis\user_module.py"
|
||||
python "c:\praxis\standalone_user_cli.py"
|
||||
Loading…
Reference in New Issue
Block a user