Spaces:
Running
on
Zero
Running
on
Zero
File size: 158 Bytes
d389c0e |
1 2 3 4 5 6 7 |
import os
huggingface_config = {
# Only required for private models from Huggingface (e.g. LLaMA models)
"TOKEN": os.environ.get("HF_TOKEN", None)
}
|