Spaces:
Paused
Paused
modify dataset to invariant org
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ DB_FILE = "./reviews.db"
|
|
33 |
repo = huggingface_hub.Repository(
|
34 |
local_dir="hf_data",
|
35 |
repo_type="dataset",
|
36 |
-
clone_from="https://huggingface.co/datasets/
|
37 |
use_auth_token=hf_ctf_sync_token,
|
38 |
git_user="ctf_bot",
|
39 |
git_email="[email protected]",
|
|
|
33 |
repo = huggingface_hub.Repository(
|
34 |
local_dir="hf_data",
|
35 |
repo_type="dataset",
|
36 |
+
clone_from="https://huggingface.co/datasets/invariantlabs/agent-ctf",
|
37 |
use_auth_token=hf_ctf_sync_token,
|
38 |
git_user="ctf_bot",
|
39 |
git_email="[email protected]",
|