-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zh not available #28
Comments
|
你好,请问怎么解决的? |
#!/bin/bash OpenTTS Docker container nameCONTAINER_NAME="opentts" Function to start OpenTTSstart_opentts() { Function to stop OpenTTSstop_opentts() { Function to display usageusage() { Check command line argumentsif [ $# -ne 1 ]; then case $1 in |
#!/bin/bash # OpenTTS Docker container name # Function to stop OpenTTS # Function to display usage # Check command line arguments case $1 in |
docker run -it -p 5500:5500 synesthesiam/opentts:zh
The text was updated successfully, but these errors were encountered: