iplotnor commited on
Commit
cf86436
·
verified ·
1 Parent(s): 68762c3

Update app.py

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