Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
6a0c80c
1
Parent(s):
5c807aa
log
Browse files
main.ts
CHANGED
@@ -22,6 +22,7 @@ async function main() {
|
|
22 |
console.info('files:', files.length);
|
23 |
if (files.length >= 100) {
|
24 |
const repo: hub.RepoDesignation = { type: 'dataset', name: REPO_ID };
|
|
|
25 |
const result = await hub.uploadFiles({
|
26 |
repo,
|
27 |
accessToken: HUGGINGFACE_ACCESS_TOKEN,
|
|
|
22 |
console.info('files:', files.length);
|
23 |
if (files.length >= 100) {
|
24 |
const repo: hub.RepoDesignation = { type: 'dataset', name: REPO_ID };
|
25 |
+
console.info('uploading...');
|
26 |
const result = await hub.uploadFiles({
|
27 |
repo,
|
28 |
accessToken: HUGGINGFACE_ACCESS_TOKEN,
|