Commit
·
7e316ae
1
Parent(s):
49cc045
Migrated directory to "data" in the dataset
Browse files
app.py
CHANGED
@@ -38,9 +38,9 @@ def upload_directory_to_hf(
|
|
38 |
)
|
39 |
|
40 |
commit_url = upload_folder(
|
|
|
41 |
folder_path=directory,
|
42 |
path_in_repo="data",
|
43 |
-
repo_id=repo_id,
|
44 |
repo_type="dataset",
|
45 |
token=oauth_token,
|
46 |
commit_message="Migrated from GitHub",
|
|
|
38 |
)
|
39 |
|
40 |
commit_url = upload_folder(
|
41 |
+
repo_id=repo_id,
|
42 |
folder_path=directory,
|
43 |
path_in_repo="data",
|
|
|
44 |
repo_type="dataset",
|
45 |
token=oauth_token,
|
46 |
commit_message="Migrated from GitHub",
|