Skip to content

Commit

Permalink
f5tts
Browse files Browse the repository at this point in the history
  • Loading branch information
orztv committed Dec 3, 2024
1 parent e18c9c1 commit d63f921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/F5TTS/config/settings.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# F5TTS 应用配置
APP_NAME="F5TTS"
APP_NAME="f5tts"
APP_TYPE="cli"
APP_VERSION="1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion apps/F5TTS/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log_info "加载应用配置成功"
echo "本脚本仅支持在 $PLATFORM_NAME 平台运行"
echo "请先自行修改配置文件 $APP_DIR/config/settings.sh"

read -p "按任意键继续..."
read -p "按回车键继续..."

# 创建虚拟环境,如果已经存在则询问是否覆盖
if [ ! -d "$VENV_DIR/$VENV_NAME" ]; then
Expand Down

0 comments on commit d63f921

Please sign in to comment.