Upload app_federal.py
Browse files- app_federal.py +1 -1
app_federal.py
CHANGED
@@ -30,7 +30,7 @@ JSON_DATASET_DIR.mkdir(parents=True, exist_ok=True)
|
|
30 |
JSON_DATASET_PATH = JSON_DATASET_DIR / f"train-{uuid4()}.json"
|
31 |
|
32 |
scheduler = CommitScheduler(
|
33 |
-
repo_id="ai-law-society-lab/
|
34 |
repo_type="dataset",
|
35 |
folder_path=JSON_DATASET_DIR,
|
36 |
path_in_repo="data", token=os.getenv('hf_token')
|
|
|
30 |
JSON_DATASET_PATH = JSON_DATASET_DIR / f"train-{uuid4()}.json"
|
31 |
|
32 |
scheduler = CommitScheduler(
|
33 |
+
repo_id="ai-law-society-lab/federal-queries-save-dataset",
|
34 |
repo_type="dataset",
|
35 |
folder_path=JSON_DATASET_DIR,
|
36 |
path_in_repo="data", token=os.getenv('hf_token')
|