Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import requests
|
|
13 |
|
14 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
15 |
|
16 |
-
model_id = "
|
17 |
device = "cuda"
|
18 |
|
19 |
#If you are running this code locally, you need to either do a 'huggingface-cli login` or paste your User Access Token from here https://huggingface.co/settings/tokens into the use_auth_token field below.
|
|
|
13 |
|
14 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
15 |
|
16 |
+
model_id = "hakurei/artstation-diffusion"
|
17 |
device = "cuda"
|
18 |
|
19 |
#If you are running this code locally, you need to either do a 'huggingface-cli login` or paste your User Access Token from here https://huggingface.co/settings/tokens into the use_auth_token field below.
|