anbarasanGT commited on
Commit
f2466d5
·
verified ·
1 Parent(s): cf60fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import io
13
  import time
14
 
15
  # Set up Groq API key
16
- api_key = os.getenv("grog-key")
17
  client = Groq(api_key=api_key)
18
 
19
  # Hugging Face API details for image generation
 
13
  import time
14
 
15
  # Set up Groq API key
16
+ api_key = os.getenv("grog_key")
17
  client = Groq(api_key=api_key)
18
 
19
  # Hugging Face API details for image generation