metek7 commited on
Commit
9632777
·
verified ·
1 Parent(s): ac4cb05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -7,6 +7,9 @@ import random
7
 
8
  use_auth_token=True
9
 
 
 
 
10
  torch.backends.cudnn.deterministic = True
11
  torch.backends.cudnn.benchmark = False
12
  torch.backends.cuda.matmul.allow_tf32 = True
 
7
 
8
  use_auth_token=True
9
 
10
+ from huggingface_hub import login
11
+ login(token="your_access_token")
12
+
13
  torch.backends.cudnn.deterministic = True
14
  torch.backends.cudnn.benchmark = False
15
  torch.backends.cuda.matmul.allow_tf32 = True