multimodalart HF staff commited on
Commit
25190da
·
1 Parent(s): 9236c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import uuid
9
  from typing import Optional
10
  import json
11
 
12
- TRUSTED_UPLOADERS = ["KappaNeuro", "CiroN2022", "multimodalart", "Norod78", "joachimsallstrom"]
13
 
14
  def get_json_data(url):
15
  api_url = f"https://civitai.com/api/v1/models/{url.split('/')[4]}"
 
9
  from typing import Optional
10
  import json
11
 
12
+ TRUSTED_UPLOADERS = ["KappaNeuro", "CiroN2022", "multimodalart", "Norod78", "joachimsallstrom", "blink7630"]
13
 
14
  def get_json_data(url):
15
  api_url = f"https://civitai.com/api/v1/models/{url.split('/')[4]}"