Ifeanyi commited on
Commit
6f6c30d
·
verified ·
1 Parent(s): 13181e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ genai.configure(api_key=gemini_api_key)
10
  def ImageChat(image, prompt):
11
 
12
  # load model
13
- model = genai.GenerativeModel("gemini-1.5-flash")
14
 
15
  # check image file and convert to a Numpy array
16
  if isinstance(image, np.ndarray):
 
10
  def ImageChat(image, prompt):
11
 
12
  # load model
13
+ model = genai.GenerativeModel("gemini-2.0-flash")
14
 
15
  # check image file and convert to a Numpy array
16
  if isinstance(image, np.ndarray):