Hawk3388 commited on
Commit
3dfc234
·
verified ·
1 Parent(s): 0471e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,10 +58,10 @@ def solve_worksheet(image_path: str):
58
  solver = WorksheetSolver(
59
  input_path,
60
  gap_detection_model_path=model_path,
61
- llm_model_name="gemini-2.5-flash",
62
  think=True,
63
  local=False,
64
- thinking_budget=1024,
65
  debug=False,
66
  experimental=False,
67
  )
 
58
  solver = WorksheetSolver(
59
  input_path,
60
  gap_detection_model_path=model_path,
61
+ llm_model_name="gemini-3-flash-preview",
62
  think=True,
63
  local=False,
64
+ thinking_budget=2048,
65
  debug=False,
66
  experimental=False,
67
  )