cuio commited on
Commit
fcf17ab
·
verified ·
1 Parent(s): 89cc091

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 = 'use1'
14
 
15
  clone_repo(repo_url, clone_path)
 
10
 
11
  # 示例仓库 URL 和克隆路径
12
  repo_url = 'https://github.com/FunAudioLLM/CosyVoice.git'
13
+ clone_path = 'cuio/use1'
14
 
15
  clone_repo(repo_url, clone_path)