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

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 = 'cloned_repo'
14
 
15
  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)