Spaces:
Running
Running
File size: 418 Bytes
da957b0 2ae6728 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Hugging Face token for accessing datasets
HF_TOKEN=your_hf_token_here
# Optional: Override the default HF dataset repo
# HF_DATASET_REPO=rafmacalaba/wbg_annotation_data
# Optional: Number of documents to scan on initial load (default: 50)
# MAX_DOCS_TO_SCAN=50
# Optional: Comma-separated list of allowed HF usernames for OAuth login
# If not set, any HF user can sign in
# ALLOWED_USERS=rafmacalaba,rafamacalaba
|