sagar-g commited on
Commit
f4044a7
·
verified ·
1 Parent(s): 2ba4b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  from io import BytesIO
6
 
7
  # Load API key from Hugging Face secrets
8
- api_key = os.getenv("GOOGLE_API_KEY")
9
 
10
  # Initialize Gemini client
11
  client = genai.Client(api_key=api_key)
 
5
  from io import BytesIO
6
 
7
  # Load API key from Hugging Face secrets
8
+ api_key = os.getenv("Gemini_api_key")
9
 
10
  # Initialize Gemini client
11
  client = genai.Client(api_key=api_key)