Update app.py
Browse files
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-
|
| 62 |
think=True,
|
| 63 |
local=False,
|
| 64 |
-
thinking_budget=
|
| 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 |
)
|