init gsv
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
redis-server --daemonize yes
|
||||
|
||||
if [ -z "$MODEL_DIR" ]; then
|
||||
export MODEL_DIR="/models/GPT-SoVITS"
|
||||
fi
|
||||
@@ -12,4 +14,4 @@ if [ -z "$bert_path" ]; then
|
||||
export bert_path="${MODEL_DIR}/chinese-roberta-wwm-ext-large"
|
||||
fi
|
||||
|
||||
python3 gsv_server.py
|
||||
cd GPT-SoVITS && python3 gsv_server.py
|
||||
|
||||
Reference in New Issue
Block a user