bluenevus commited on
Commit
12598b6
·
verified ·
1 Parent(s): a888f55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
 
8
  def process_file(api_key, file, instructions):
9
  genai.configure(api_key=api_key)
10
- model = genai.GenerativeModel('gemini-2.5-pro-latest')
11
 
12
  try:
13
  if file.name.endswith('.csv'):
 
7
 
8
  def process_file(api_key, file, instructions):
9
  genai.configure(api_key=api_key)
10
+ model = genai.GenerativeModel('gemini-2.5-pro-preview-03-25')
11
 
12
  try:
13
  if file.name.endswith('.csv'):