Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
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
agents-course/Final_Assignment_Template
stc-face
/
Final_Assignment_Template
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Scott Cogan
commited on
Jun 1, 2025
Commit
1ef9605
·
1 Parent(s):
9e3e69f
Initial commit
Browse files
Files changed (1)
hide
show
login.py
+2
-0
login.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
from huggingface_hub import login
2
+
login()