Add as subdirectories

This commit is contained in:
zhousha
2025-08-14 10:02:15 +08:00
parent ebce9be882
commit 9ca117be75
20 changed files with 122 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/bash
if [ -z "$MODEL_DIR" ]; then
export MODEL_DIR="/models/GPT-SoVITS"
fi
if [ -z "$NLTK_DATA" ]; then
export NLTK_DATA="/models/GPT-SoVITS/nltk_data"
fi
if [ -z "$bert_path" ]; then
export bert_path="${MODEL_DIR}/chinese-roberta-wwm-ext-large"
fi
python3 gsv_server.py