KingNish commited on
Commit
54f486e
·
verified ·
1 Parent(s): 8e59841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")