Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
|