Sebbe33 commited on
Commit
b96fa16
·
verified ·
1 Parent(s): 67e5a55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def extract_text_from_region(client, image, box):
98
 
99
  # Call Gemini API
100
  response = client.models.generate_content(
101
- model="gemini-2.5-pro-preview-05-06",
102
  contents=[
103
  TEXT_EXTRACTION_PROMPT,
104
  types.Part.from_bytes(
 
98
 
99
  # Call Gemini API
100
  response = client.models.generate_content(
101
+ model="gemini-2.5-pro-exp-03-25",
102
  contents=[
103
  TEXT_EXTRACTION_PROMPT,
104
  types.Part.from_bytes(