Spaces:
Sleeping
Sleeping
Commit
·
7d7c807
1
Parent(s):
41adc9e
fix flag
Browse files
index.ts
CHANGED
|
@@ -13,7 +13,7 @@ const PORT = parseInt(process.env.PORT || '4040', 10);
|
|
| 13 |
const LOGS_DIR = process.env.LOGS_DIR || './logs';
|
| 14 |
|
| 15 |
const HF_ACCESS_TOKEN = process.env.HF_API_KEY || '';
|
| 16 |
-
const DATASET_PRIVATE = (process.env.DATASET_PRIVATE || 'false').toLowerCase() === '
|
| 17 |
|
| 18 |
/*
|
| 19 |
USER_NAME - the name of the user to use for the dataset
|
|
|
|
| 13 |
const LOGS_DIR = process.env.LOGS_DIR || './logs';
|
| 14 |
|
| 15 |
const HF_ACCESS_TOKEN = process.env.HF_API_KEY || '';
|
| 16 |
+
const DATASET_PRIVATE = (process.env.DATASET_PRIVATE || 'false').toLowerCase() === 'true';
|
| 17 |
|
| 18 |
/*
|
| 19 |
USER_NAME - the name of the user to use for the dataset
|