Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wedyan2023
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Wedyan2023
commited on
Oct 20, 2024
Commit
edf79cf
·
verified
·
1 Parent(s):
41dfeef
Create login.py
Browse files
Files changed (1)
hide
show
login.py
+7
-0
login.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import huggingface_hub
2
+
3
+
def login():
4
+
hf_hub.login(token="RH")
5
+
6
+
if __name__ == "__main__":
7
+
login()