Spaces:
Runtime error
Runtime error
Dhruv Diddi
commited on
Commit
·
91d5282
1
Parent(s):
765b089
add token
Browse files
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=
|
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
|