srijaydeshpande commited on
Commit
5e59917
·
verified ·
1 Parent(s): 2e8606c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def run(bucket_folder, person_name, req_id, gender='male'):
106
 
107
  #--------------Google Gemini---------------#
108
 
109
- client = genai.Client(api_key='AIzaSyDRBn2lUUHiLYyXLLA-4EBcU1cQDdD4KfM')
110
 
111
  image = Image.open(id_image)
112
 
 
106
 
107
  #--------------Google Gemini---------------#
108
 
109
+ client = genai.Client(api_key=os.getenv('GEMINI_SECRET_KEY'))
110
 
111
  image = Image.open(id_image)
112