Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ image_interface = gr.Interface(
|
|
| 78 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
| 79 |
outputs=[gr.Image(type="pil"), gr.Dataframe(label="Object Counts")],
|
| 80 |
title="Object Detection for Images",
|
| 81 |
-
description="Upload an image to see the objects detected and their counts."
|
| 82 |
gr.Examples(['assets/MessiVsAlhilal.jpg', 'assets/Manhattan002_0.webp'], inputs=input_image)
|
| 83 |
|
| 84 |
)
|
|
|
|
| 78 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
| 79 |
outputs=[gr.Image(type="pil"), gr.Dataframe(label="Object Counts")],
|
| 80 |
title="Object Detection for Images",
|
| 81 |
+
description="Upload an image to see the objects detected and their counts.",
|
| 82 |
gr.Examples(['assets/MessiVsAlhilal.jpg', 'assets/Manhattan002_0.webp'], inputs=input_image)
|
| 83 |
|
| 84 |
)
|