Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ def ground_truth_engine(past_img, present_img, audit_level, progress=gr.Progress
|
|
| 105 |
try:
|
| 106 |
progress(0.5, desc="Robotics-ER is scanning for spatial anomalies...")
|
| 107 |
response = client.models.generate_content(
|
| 108 |
-
model="gemini-robotics-1.
|
| 109 |
contents=[prompt, past_img, present_img]
|
| 110 |
)
|
| 111 |
text_out = response.text
|
|
|
|
| 105 |
try:
|
| 106 |
progress(0.5, desc="Robotics-ER is scanning for spatial anomalies...")
|
| 107 |
response = client.models.generate_content(
|
| 108 |
+
model="gemini-robotics-er-1.6-preview",
|
| 109 |
contents=[prompt, past_img, present_img]
|
| 110 |
)
|
| 111 |
text_out = response.text
|