Update app.py
Browse files
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)
|