Muhammadidrees commited on
Commit
95a33d6
·
verified ·
1 Parent(s): 860ae4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def clone_and_push(
30
 
31
  # 2️⃣ Clone Hugging Face Space
32
  space_path = os.path.join(tmp_dir, "hf_space")
33
- hf_repo_url = f"https://huggingface.co/spaces/{target_space}"
34
  Repo.clone_from(
35
  hf_repo_url,
36
  space_path,
 
30
 
31
  # 2️⃣ Clone Hugging Face Space
32
  space_path = os.path.join(tmp_dir, "hf_space")
33
+ hf_repo_url = target_space
34
  Repo.clone_from(
35
  hf_repo_url,
36
  space_path,