Update app.py
Browse files
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["
|
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")
|