broadfield-dev commited on
Commit
a0c21cd
·
verified ·
1 Parent(s): c5f9e51

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, capture_output=True, text=True
14
  )
15
  print("Repository cloned successfully.")
 
9
  print("Cloning the VibeVoice repository...")
10
  try:
11
  subprocess.run(
12
+ ["git", "clone", "https://github.com/vibevoice-community/VibeVoice.git"],
13
  check=True, capture_output=True, text=True
14
  )
15
  print("Repository cloned successfully.")