BenK0y commited on
Commit
39cbd9e
·
verified ·
1 Parent(s): c1c249e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import google.generativeai as genai
2
  import PIL.Image
3
  import os
4
 
5
- genai.configure(api_key=os.environ["AIzaSyCnse7bNzs8CQipSKHphbwv1sB5sKPVnVY"])
6
  img = PIL.Image.open('car.png')
7
 
8
  model = genai.GenerativeModel(model_name="gemini-1.5-flash")
 
2
  import PIL.Image
3
  import os
4
 
5
+ genai.configure(api_key=os.environ["AIzaSyCNHU0pNRGJvVgbFfXbFIdvgYBm9rgWfoY"])
6
  img = PIL.Image.open('car.png')
7
 
8
  model = genai.GenerativeModel(model_name="gemini-1.5-flash")