Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amyeroberts
/
transformers-github-bot
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9b744c5
transformers-github-bot
/
defaults.py
Amy Roberts
Draft
9b744c5
about 1 year ago
raw
Copy download link
history
blame
94 Bytes
import
os
OWNER =
"huggingface"
REPO =
"transformers"
TOKEN = os.environ.get(
"GITHUB_TOKEN"
)