Spaces:
Paused
Paused
Update restore.py
Browse files- restore.py +0 -1
restore.py
CHANGED
|
@@ -27,7 +27,6 @@ def restore_workspace():
|
|
| 27 |
"--repo-type", repo_type,
|
| 28 |
"--token", hf_token,
|
| 29 |
"--local-dir", local_path,
|
| 30 |
-
"--exclude", ".git",
|
| 31 |
]
|
| 32 |
|
| 33 |
print("🔄 Restoring workspace from backup...")
|
|
|
|
| 27 |
"--repo-type", repo_type,
|
| 28 |
"--token", hf_token,
|
| 29 |
"--local-dir", local_path,
|
|
|
|
| 30 |
]
|
| 31 |
|
| 32 |
print("🔄 Restoring workspace from backup...")
|