Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,8 +8,9 @@ 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"
|
| 12 |
word_list = word_list_dataset["train"]['text']
|
|
|
|
| 13 |
|
| 14 |
is_gpu_busy = False
|
| 15 |
def infer(prompt, negative, scale):
|
|
|
|
| 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")
|
| 12 |
word_list = word_list_dataset["train"]['text']
|
| 13 |
+
print(word_list)
|
| 14 |
|
| 15 |
is_gpu_busy = False
|
| 16 |
def infer(prompt, negative, scale):
|