SimonRaviv commited on
Commit
ef75686
·
1 Parent(s): 996cd7c

Remove authentication

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import requests
8
 
9
  from share_btn import community_icon_html, loading_icon_html, share_js
10
 
11
- word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=True)
12
  word_list = word_list_dataset["train"]['text']
13
 
14
  is_gpu_busy = False
 
8
 
9
  from share_btn import community_icon_html, loading_icon_html, share_js
10
 
11
+ word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=False)
12
  word_list = word_list_dataset["train"]['text']
13
 
14
  is_gpu_busy = False