Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
ka1kuk/prozy-anywhere
ka1kuk
/
fastapi
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fastapi
/
auth_token.py
ka1kuk
Create auth_token.py
f99214f
about 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
107 Bytes
from
dotenv
import
load_dotenv
import
os
load_dotenv()
auth_token = os.environ.get(
"hugging_face_api_key"
)