Initial commit of WhisperVoice
This commit is contained in:
13
run_source.bat
Normal file
13
run_source.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
echo Starting Whisper Voice (Source Mode)...
|
||||
if not exist venv (
|
||||
echo Venv not found. Creating...
|
||||
python -m venv venv
|
||||
call venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
) else (
|
||||
call venv\Scripts\activate
|
||||
)
|
||||
|
||||
python main.py
|
||||
pause
|
||||
Reference in New Issue
Block a user