mirror of
https://github.com/ace-step/ACE-Step-1.5.git
synced 2026-07-02 16:37:04 +00:00
[FIX] Start Gradio Script - variable language not bound error (#920)
Co-authored-by: Gong Junmin <1836678486@qq.com>
This commit is contained in:
parent
b800a31ad9
commit
d8b509f70d
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ SHARE="${SHARE:-}"
|
|||
# SHARE="--share"
|
||||
|
||||
# Reset LANGUAGE if it contains an invalid value (e.g. system locale like en_CA:en)
|
||||
case "$LANGUAGE" in
|
||||
case "${LANGUAGE:-}" in
|
||||
en|zh|he|ja) ;;
|
||||
*) unset LANGUAGE ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue