EmoCube commited on
Commit
8d99aae
·
verified ·
1 Parent(s): 7c0c045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ from random import randint
12
 
13
  # Project by Nymbo
14
  alto_api= "https://api-inference.huggingface.co/models/enhanceaiteam/Flux-uncensored"
15
- API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
 
16
  API_TOKEN = os.getenv("HF_READ_TOKEN")
17
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
18
  timeout = 100
 
12
 
13
  # Project by Nymbo
14
  alto_api= "https://api-inference.huggingface.co/models/enhanceaiteam/Flux-uncensored"
15
+ API_URL_ORIG = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
16
+ API_URL = "https://api-inference.huggingface.co/models/prithivMLmods/Canopus-LoRA-Flux-FaceRealism"
17
  API_TOKEN = os.getenv("HF_READ_TOKEN")
18
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
19
  timeout = 100