Scott Cogan commited on
Commit
1ef9605
·
1 Parent(s): 9e3e69f

Initial commit

Browse files
Files changed (1) hide show
  1. login.py +2 -0
login.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ from huggingface_hub import login
2
+ login()