Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Remove use_auth_token (#2064)
Browse files- Remove use_auth_token (2b4d7bd1f24a519cccff8cdc4cc9db5f19f4bfc5)
app.py
CHANGED
@@ -78,7 +78,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
78 |
return p.replace("{prompt}", positive), n + negative
|
79 |
|
80 |
|
81 |
-
word_list_dataset = load_dataset("google/word-list-sd", data_files="list.txt"
|
82 |
word_list = word_list_dataset["train"]['text']
|
83 |
|
84 |
#gradio.helpers.CACHED_FOLDER="/data/cache"
|
|
|
78 |
return p.replace("{prompt}", positive), n + negative
|
79 |
|
80 |
|
81 |
+
word_list_dataset = load_dataset("google/word-list-sd", data_files="list.txt")
|
82 |
word_list = word_list_dataset["train"]['text']
|
83 |
|
84 |
#gradio.helpers.CACHED_FOLDER="/data/cache"
|