iplotnor commited on
Commit
7c5a60d
·
verified ·
1 Parent(s): b732e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ class PDF:
76
 
77
  class FloorPlanProcessor:
78
  def __init__(self):
79
- self.model = genai.GenerativeModel('gemini-2.5-flash-thinking')
80
  self.pdfs = {}
81
  self.supported_image_formats = {
82
  "image/jpeg": ".jpg",
 
76
 
77
  class FloorPlanProcessor:
78
  def __init__(self):
79
+ self.model = genai.GenerativeModel('gemini-2.5-flash')
80
  self.pdfs = {}
81
  self.supported_image_formats = {
82
  "image/jpeg": ".jpg",