Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ except RuntimeError:
|
|
27 |
f.write(landmarks_data)
|
28 |
predictor = dlib.shape_predictor("shape_predictor_68_face_landmarks.dat")
|
29 |
|
30 |
-
IMAGE_GEN_API = "https://api-inference.huggingface.co/models/black-forest-labs/
|
31 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
32 |
|
33 |
LLM_API = "https://api-inference.huggingface.co/models/lmsys/fastchat-t5-3b-v1.0"
|
|
|
27 |
f.write(landmarks_data)
|
28 |
predictor = dlib.shape_predictor("shape_predictor_68_face_landmarks.dat")
|
29 |
|
30 |
+
IMAGE_GEN_API = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
|
31 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
32 |
|
33 |
LLM_API = "https://api-inference.huggingface.co/models/lmsys/fastchat-t5-3b-v1.0"
|