broadfield-dev commited on
Commit
9463842
·
verified ·
1 Parent(s): 4324db0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/microsoft/VibeVoice.git"],
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