File size: 469 Bytes
1fe77c9 dcd0813 1fe77c9 |
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
|