FaizaRiaz commited on
Commit
6eef8d3
·
verified ·
1 Parent(s): 5ec92dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import base64
7
  from groq import Groq
8
 
9
  # Initialize Groq client with API key (set this as a secret in HF Spaces)
10
- client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
11
 
12
  # Helper: Convert PIL Image to base64
13
  def image_to_base64(image):
 
7
  from groq import Groq
8
 
9
  # Initialize Groq client with API key (set this as a secret in HF Spaces)
10
+ client = Groq(api_key=os.environ.get("construction"))
11
 
12
  # Helper: Convert PIL Image to base64
13
  def image_to_base64(image):