Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ gr.close_all()
|
|
| 38 |
|
| 39 |
demo = gr.Interface(
|
| 40 |
fn=detect_object,
|
| 41 |
-
inputs=[gr.Image(label="Select Image", type="
|
| 42 |
outputs=[gr.Image(label="Image with Bounding Box", type="pil")],
|
| 43 |
title="Object Detector",
|
| 44 |
theme="soft",
|
|
|
|
| 38 |
|
| 39 |
demo = gr.Interface(
|
| 40 |
fn=detect_object,
|
| 41 |
+
inputs=[gr.Image(label="Select Image", type="pil")],
|
| 42 |
outputs=[gr.Image(label="Image with Bounding Box", type="pil")],
|
| 43 |
title="Object Detector",
|
| 44 |
theme="soft",
|