CognitiveScience commited on
Commit
8d8c4e5
1 Parent(s): 58d82ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ repo = huggingface_hub.Repository(
40
  repo.git_pull()
41
 
42
  from huggingface_hub import whoami
43
- print (whoami())
44
 
45
 
46
  login(token=TOKEN)
 
40
  repo.git_pull()
41
 
42
  from huggingface_hub import whoami
43
+ whoami()
44
 
45
 
46
  login(token=TOKEN)