Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomg-group-umd
/
Binoculars
like
59
Running
on
Zero
App
Files
Files
Community
4
b56e6d7
Binoculars
/
config.py
ahans30
initial commit
d389c0e
10 months ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
os
huggingface_config = {
# Only required for private models from Huggingface (e.g. LLaMA models)
"TOKEN"
: os.environ.get(
"HF_TOKEN"
,
None
)
}