Skip to content

Commit c503e44

Browse files
committed
sc
1 parent 2220ea6 commit c503e44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sc.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ for input_file in "${inputs[@]}"; do
2121
--target_language="$language" \
2222
--translator="apertium" \
2323
--apertium_server=http://localhost:8500/ \
24-
--tts=mms \
24+
--tts=api \
25+
--tts_api_server=http://localhost:8100/ \
26+
--target_language_region="central" \
2527
--device=cpu \
2628
--dubbed_subtitles\
2729
--log_level=INFO

0 commit comments

Comments
 (0)