das14 commited on
Commit
f11a10f
·
verified ·
1 Parent(s): 65477fd

Delete hf_login.py

Browse files
Files changed (1) hide show
  1. hf_login.py +0 -5
hf_login.py DELETED
@@ -1,5 +0,0 @@
1
- from huggingface_hub import login
2
-
3
- token = input("Paste your Hugging Face token (starts with hf_): ").strip()
4
- login(token)
5
- print("\n Logged in successfully!")