Spaces:
Sleeping
Sleeping
Update .env
Browse files
.env
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
# "JSON" (persists to a local social_data.json file)
|
6 |
# "SQLITE" (persists to a local social_data.db file)
|
7 |
# "HF_DATASET" (persists to a private Hugging Face Dataset repository)
|
8 |
-
|
9 |
|
10 |
# --- REQUIRED FOR HF_DATASET BACKEND ---
|
11 |
# Your Hugging Face user/org token with 'write' permissions.
|
|
|
5 |
# "JSON" (persists to a local social_data.json file)
|
6 |
# "SQLITE" (persists to a local social_data.db file)
|
7 |
# "HF_DATASET" (persists to a private Hugging Face Dataset repository)
|
8 |
+
STORAGE_BACKEND="HF_DATASET"
|
9 |
|
10 |
# --- REQUIRED FOR HF_DATASET BACKEND ---
|
11 |
# Your Hugging Face user/org token with 'write' permissions.
|