anbarasanGT commited on
Commit
ef97e86
·
verified ·
1 Parent(s): ad372d5

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("g_key")
17
  client = Groq(api_key=api_key)
18
 
19
  # Hugging Face API details for image generation
20
- H_key = os.getenv("hf_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("h_key")
21
  API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
22
  headers = {"Authorization": f"Bearer {H_key}"}
23