Skip to content

Commit e97c65b

Browse files
committed
Wrong env name
1 parent 9d74b55 commit e97c65b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

entrypoint.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
exec uv run python src/wyoming_thai_vits.py \
5-
--log-level "${WY_LOG_LEVEL}" \
6-
--host "${WY_HOST}" \
7-
--port "${WY_PORT}" \
8-
--model-id "${WY_MODEL}"
5+
--log-level "${THTTS_LOG_LEVEL}" \
6+
--host "${THTTS_HOST}" \
7+
--port "${THTTS_PORT}" \
8+
--model-id "${THTTS_MODEL}"

0 commit comments

Comments
 (0)