Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import subprocess
|
| 3 |
import sys
|
| 4 |
from pathlib import Path
|
| 5 |
-
|
| 6 |
# --- 1. Clone the VibeVoice Repository ---
|
| 7 |
repo_dir = "VibeVoice"
|
| 8 |
if not os.path.exists(repo_dir):
|
|
|
|
| 2 |
import subprocess
|
| 3 |
import sys
|
| 4 |
from pathlib import Path
|
| 5 |
+
error
|
| 6 |
# --- 1. Clone the VibeVoice Repository ---
|
| 7 |
repo_dir = "VibeVoice"
|
| 8 |
if not os.path.exists(repo_dir):
|