Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ repo_url = "https://huggingface.co/m-a-p/xcodec_mini_infer"
|
|
5 |
|
6 |
# Clone the repository using git
|
7 |
try:
|
8 |
-
subprocess.run(["git", "clone", repo_url, ""], check=True)
|
9 |
print(f"Repository cloned successfully")
|
10 |
except subprocess.CalledProcessError as e:
|
11 |
print(f"Failed to clone repository: {e}")
|
|
|
5 |
|
6 |
# Clone the repository using git
|
7 |
try:
|
8 |
+
subprocess.run(["git", "clone", repo_url, "."], check=True)
|
9 |
print(f"Repository cloned successfully")
|
10 |
except subprocess.CalledProcessError as e:
|
11 |
print(f"Failed to clone repository: {e}")
|