Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1219,7 +1219,7 @@ def analyze_image(file_path: str, query: str) -> str:
|
|
| 1219 |
|
| 1220 |
# Use FLASH model for cost efficiency
|
| 1221 |
vision_llm = ChatGoogleGenerativeAI(
|
| 1222 |
-
model="gemini-2.
|
| 1223 |
google_api_key=GOOGLE_API_KEY,
|
| 1224 |
temperature=0
|
| 1225 |
)
|
|
|
|
| 1219 |
|
| 1220 |
# Use FLASH model for cost efficiency
|
| 1221 |
vision_llm = ChatGoogleGenerativeAI(
|
| 1222 |
+
model="gemini-2.5-flash",
|
| 1223 |
google_api_key=GOOGLE_API_KEY,
|
| 1224 |
temperature=0
|
| 1225 |
)
|