grixelle commited on
Commit
8f68a42
·
verified ·
1 Parent(s): df323cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.5",
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