taesiri commited on
Commit
e45e8a1
1 Parent(s): a8ed63e

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ np.random.seed(int(time.time()))
34
 
35
  ###############################################################################################################
36
  session_token = os.environ.get("SessionToken")
37
- login(token=session_token)
38
 
39
  # Using snapshot_download to handle the download and extraction
40
  snapshot_download(
 
34
 
35
  ###############################################################################################################
36
  session_token = os.environ.get("SessionToken")
37
+ login(token=session_token, add_to_git_credential=True)
38
 
39
  # Using snapshot_download to handle the download and extraction
40
  snapshot_download(