Spaces:
Sleeping
Sleeping
Update dataset_loader.py
Browse files- dataset_loader.py +2 -1
dataset_loader.py
CHANGED
|
@@ -9,7 +9,8 @@ def load_dataset():
|
|
| 9 |
local_dir="agent_function",
|
| 10 |
repo_type="dataset",
|
| 11 |
clone_from="gheng/bnm_scam_awareness",
|
| 12 |
-
token=True
|
|
|
|
| 13 |
)
|
| 14 |
repo.git_pull()
|
| 15 |
|
|
|
|
| 9 |
local_dir="agent_function",
|
| 10 |
repo_type="dataset",
|
| 11 |
clone_from="gheng/bnm_scam_awareness",
|
| 12 |
+
token=True,
|
| 13 |
+
git_email='zhiheng_dev@dahreply.ai'
|
| 14 |
)
|
| 15 |
repo.git_pull()
|
| 16 |
|