cuio commited on
Commit
6524582
·
verified ·
1 Parent(s): e319d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,6 +10,6 @@ def clone_repo(repo_url, clone_path):
10
 
11
  # 示例仓库 URL 和克隆路径
12
  repo_url = 'https://github.com/FunAudioLLM/CosyVoice.git'
13
- clone_path = '/home/user/app/'
14
 
15
  clone_repo(repo_url, clone_path)
 
10
 
11
  # 示例仓库 URL 和克隆路径
12
  repo_url = 'https://github.com/FunAudioLLM/CosyVoice.git'
13
+ clone_path = 'use1/'
14
 
15
  clone_repo(repo_url, clone_path)