Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ api_key = os.getenv("g_key")
|
|
17 |
client = Groq(api_key=api_key)
|
18 |
|
19 |
# Hugging Face API details for image generation
|
20 |
-
H_key = os.getenv("
|
21 |
API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
|
22 |
headers = {"Authorization": f"Bearer {H_key}"}
|
23 |
|
|
|
17 |
client = Groq(api_key=api_key)
|
18 |
|
19 |
# Hugging Face API details for image generation
|
20 |
+
H_key = os.getenv("h_key")
|
21 |
API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
|
22 |
headers = {"Authorization": f"Bearer {H_key}"}
|
23 |
|