saranbalan commited on
Commit
5919c5a
1 Parent(s): e9863aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ 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
 
24
 
 
18
 
19
  # Hugging Face API details for image generation
20
  H_key = os.getenv("Hugging_api_key")
21
+ API_URL = os.getenv("api_key")
22
+ # API_URL = "https://api-inference.huggingface.co/models/Artples/LAI-ImageGeneration-vSDXL-2"
23
  headers = {"Authorization": f"Bearer {H_key}"}
24
 
25