modified: app.py
Browse files- app.py +1 -1
- xcodec_mini_infer +1 -0
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}")
|
xcodec_mini_infer
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit fe781a67815ab47b4a3a5fce1e8d0a692da7e4e5
|