mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-12 15:50:07 -08:00
remove empty lines
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
FROM nvcr.io/nvidia/tritonserver:24.12-py3
|
||||
RUN pip install tritonclient[grpc] tensorrt-llm==0.16.0 torchaudio==2.5.1 jieba pypinyin librosa vocos
|
||||
WORKDIR /workspace
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
WORKDIR /workspace
|
||||
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
stage=$1
|
||||
stop_stage=$2
|
||||
model=$3 # F5TTS_Base
|
||||
@@ -69,4 +67,4 @@ if [ $stage -le 6 ] && [ $stop_stage -ge 6 ]; then
|
||||
reference_text="Some call me nature, others call me mother nature."
|
||||
target_text="I don't really care what you call me. I've been a silent spectator, watching species evolve, empires rise and fall. But always remember, I am mighty and enduring."
|
||||
python3 client_http.py --reference-audio $audio --reference-text "$reference_text" --target-text "$target_text"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user