Spaces:
Runtime error
Runtime error
Commit
·
0c0f7ce
1
Parent(s):
42f4467
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js
|
|
10 |
model_id = "runwayml/stable-diffusion-v1-5"
|
11 |
device = "cuda"
|
12 |
|
13 |
-
word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=
|
14 |
word_list = word_list_dataset["train"]['text']
|
15 |
|
16 |
is_gpu_busy = False
|
|
|
10 |
model_id = "runwayml/stable-diffusion-v1-5"
|
11 |
device = "cuda"
|
12 |
|
13 |
+
word_list_dataset = load_dataset("stabilityai/word-list", data_files="list.txt", use_auth_token=JAX_BACKEND_URLHUGGING_FACE_HUB_TOKEN)
|
14 |
word_list = word_list_dataset["train"]['text']
|
15 |
|
16 |
is_gpu_busy = False
|