brandonbrule commited on
Commit
e72e53e
1 Parent(s): aa3639c

auth token?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ device = "cuda"
22
  #torch.backends.cudnn.benchmark = True
23
 
24
  #When running locally, you won`t have access to this, so you can remove this part
25
- word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=True)
26
  word_list = word_list_dataset["train"]['text']
27
 
28
  is_gpu_busy = False
 
22
  #torch.backends.cudnn.benchmark = True
23
 
24
  #When running locally, you won`t have access to this, so you can remove this part
25
+ word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token='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')
26
  word_list = word_list_dataset["train"]['text']
27
 
28
  is_gpu_busy = False