miittnnss commited on
Commit
ee00b5d
1 Parent(s): 95c31ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -17,7 +17,9 @@ MODEL_LIST = [
17
  "prompthero/openjourney-v4",
18
  "nerijs/pixel-art-xl",
19
  "Linaqruf/anything-v3.0",
20
- "playgroundai/playground-v2-1024px-aesthetic"
 
 
21
  ]
22
  API_TOKEN = os.getenv("HF_READ_TOKEN") # Make sure to set your Hugging Face token
23
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}
 
17
  "prompthero/openjourney-v4",
18
  "nerijs/pixel-art-xl",
19
  "Linaqruf/anything-v3.0",
20
+ "playgroundai/playground-v2-1024px-aesthetic",
21
+ "ilovecutiee/fantastical-art-lora",
22
+ "segmind/SSD-1B"
23
  ]
24
  API_TOKEN = os.getenv("HF_READ_TOKEN") # Make sure to set your Hugging Face token
25
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}