Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ demo = gr.Interface(
|
|
| 122 |
inputs=[],
|
| 123 |
outputs=gr.Image(type="pil", label="Detected Bounding Box"),
|
| 124 |
title="Gemma3 Object Detector",
|
| 125 |
-
description="Click '
|
| 126 |
)
|
| 127 |
|
| 128 |
if __name__ == "__main__":
|
|
|
|
| 122 |
inputs=[],
|
| 123 |
outputs=gr.Image(type="pil", label="Detected Bounding Box"),
|
| 124 |
title="Gemma3 Object Detector",
|
| 125 |
+
description="Click 'Generate' to visualize a prediction from a randomly sampled test image.",
|
| 126 |
)
|
| 127 |
|
| 128 |
if __name__ == "__main__":
|