Spaces:
Sleeping
Sleeping
saranbalan
commited on
Commit
•
2cfffe7
1
Parent(s):
5919c5a
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,7 @@ client = Groq(api_key=api_key)
|
|
18 |
|
19 |
# Hugging Face API details for image generation
|
20 |
H_key = os.getenv("Hugging_api_key")
|
21 |
-
API_URL =
|
22 |
-
# API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
|
23 |
headers = {"Authorization": f"Bearer {H_key}"}
|
24 |
|
25 |
|
|
|
18 |
|
19 |
# Hugging Face API details for image generation
|
20 |
H_key = os.getenv("Hugging_api_key")
|
21 |
+
API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
|
|
|
22 |
headers = {"Authorization": f"Bearer {H_key}"}
|
23 |
|
24 |
|