feat: convert python backend to a pure WebSocket API server
This commit is contained in:
@@ -6,10 +6,10 @@ set VENV_PYTHON=..\rvc-tts-webui\venv\Scripts\python.exe
|
||||
|
||||
if exist "%VENV_PYTHON%" (
|
||||
echo Menjalankan menggunakan virtual environment dari rvc-tts-webui...
|
||||
"%VENV_PYTHON%" -u server.py --host 127.0.0.1 --port 8765 --http_port 8000
|
||||
"%VENV_PYTHON%" -u server.py --host 127.0.0.1 --port 8765
|
||||
) else (
|
||||
echo Virtual environment tidak ditemukan, mencoba menggunakan python sistem...
|
||||
python -u server.py --host 127.0.0.1 --port 8765 --http_port 8000
|
||||
python -u server.py --host 127.0.0.1 --port 8765
|
||||
)
|
||||
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user