Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
| 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",
|