saq1b commited on
Commit
4264916
·
verified ·
1 Parent(s): 59d3876

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ iface = gr.Interface(
132
  gr.Textbox(label="Coordinates of the detected objects")
133
  ],
134
  title="Gemini Object Detection ✨",
135
- description="Detect objects in images using the Gemini 1.5 Flash model.",
136
  allow_flagging="never"
137
  )
138
 
 
132
  gr.Textbox(label="Coordinates of the detected objects")
133
  ],
134
  title="Gemini Object Detection ✨",
135
+ description="Detect objects in images using the Gemini 2.0 Flash model.",
136
  allow_flagging="never"
137
  )
138