File size: 469 Bytes
54af698 | 1 2 3 4 5 6 7 8 9 10 11 | # HuggingFace Token for checking Space logs (Required for scripts)
# Also used as fallback for backend if CCBELL_HF_TOKEN is not set
HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# HuggingFace Token for App (Required for downloading gated models in backend)
# You can use the same token as above.
CCBELL_HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# GitHub Token for publishing releases (Optional)
CCBELL_GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|