Spaces:
Running
Running
Update app.py
Browse files
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 =
|
| 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,
|