Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ if not os.path.exists(repo_dir):
|
|
9 |
print("Cloning the VibeVoice repository...")
|
10 |
try:
|
11 |
subprocess.run(
|
12 |
-
["git", "clone", "https://github.com/
|
13 |
check=True,
|
14 |
capture_output=True,
|
15 |
text=True
|
|
|
9 |
print("Cloning the VibeVoice repository...")
|
10 |
try:
|
11 |
subprocess.run(
|
12 |
+
["git", "clone", "https://github.com/vibevoice-community/VibeVoice.git"],
|
13 |
check=True,
|
14 |
capture_output=True,
|
15 |
text=True
|