Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ interface = gr.Interface(
|
|
38 |
gr.Textbox(label="Object Counts", lines=5, interactive=False) # Display counts as text
|
39 |
],
|
40 |
title="DTECTIFY, The Object Detection with Counts",
|
41 |
-
description="Upload an image and let Detectify detect and count objects in real-time. Get annotated results with bounding boxes and an instant count of objects by category. Fast, accurate, and easy-to-use for all your object detection needs
|
42 |
css="""
|
43 |
body {
|
44 |
font-family: 'Arial', sans-serif;
|
|
|
38 |
gr.Textbox(label="Object Counts", lines=5, interactive=False) # Display counts as text
|
39 |
],
|
40 |
title="DTECTIFY, The Object Detection with Counts",
|
41 |
+
description="Upload an image and let Detectify detect and count objects in real-time. Get annotated results with bounding boxes and an instant count of objects by category. Fast, accurate, and easy-to-use for all your object detection needs!",
|
42 |
css="""
|
43 |
body {
|
44 |
font-family: 'Arial', sans-serif;
|