Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ demo = gr.Interface(
|
|
| 31 |
outputs=[gr.Image(label="Image with Bounding Box", type="pil")],
|
| 32 |
title="Object Detector",
|
| 33 |
theme="soft",
|
| 34 |
-
description="This is an object detection model that detects objects in an image and draws bounding boxes around them."
|
| 35 |
)
|
| 36 |
|
| 37 |
demo.launch(share=True)
|
|
|
|
| 31 |
outputs=[gr.Image(label="Image with Bounding Box", type="pil")],
|
| 32 |
title="Object Detector",
|
| 33 |
theme="soft",
|
| 34 |
+
description="This is an object detection model that detects objects in an image and draws bounding boxes around them. "
|
| 35 |
)
|
| 36 |
|
| 37 |
demo.launch(share=True)
|