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