Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ with col1:
|
|
65 |
"[ymin, xmin, ymax, xmax] als Liste. Nur die Liste zurückgeben!"
|
66 |
)
|
67 |
box_response = client.models.generate_content(
|
68 |
-
model="gemini-
|
69 |
contents=[detection_prompt, image_part]
|
70 |
)
|
71 |
|
|
|
65 |
"[ymin, xmin, ymax, xmax] als Liste. Nur die Liste zurückgeben!"
|
66 |
)
|
67 |
box_response = client.models.generate_content(
|
68 |
+
model="gemini-2.0-flash-exp",
|
69 |
contents=[detection_prompt, image_part]
|
70 |
)
|
71 |
|