Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
|
|
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
|