arpit13 commited on
Commit
65bb158
·
verified ·
1 Parent(s): 3837b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +37,8 @@ interface = gr.Interface(
37
  gr.Image(type="pil"),
38
  gr.Textbox(label="Object Counts", lines=5, interactive=False) # Display counts as text
39
  ],
40
- title="YOLOv5 Object Detection with Counts",
41
- description="Upload an image to run YOLOv5 object detection, see the annotated results, and view the count of detected objects by category.",
42
  css="""
43
  body {
44
  font-family: 'Arial', sans-serif;
 
37
  gr.Image(type="pil"),
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;