chekos commited on
Commit
93f7c2c
1 Parent(s): 2b032af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "CompVis/stable-diffusion-v1-4"
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 = "chekos/chekos-v2"
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.