saranbalan commited on
Commit
e9863aa
1 Parent(s): c06d39e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ api_key = os.getenv("GROQ_API_KEY")
17
  client = Groq(api_key=api_key)
18
 
19
  # Hugging Face API details for image generation
20
- H_key = os.getenv('API_KEY')
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("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