Harshithtd commited on
Commit
280baf3
·
verified ·
1 Parent(s): 777385b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,6 +62,6 @@ def run_demo():
62
  inputs=[input_image, conf],
63
  outputs=output_image,
64
  title="Real Time Object Detection with RT-DETR",
65
- description="This demo uses RT-DETR for object detection in images. Adjust the confidence threshold to see different results.",
66
  capture_session=True,
67
  ).launch()
 
62
  inputs=[input_image, conf],
63
  outputs=output_image,
64
  title="Real Time Object Detection with RT-DETR",
65
+ description="This Demo uses RT-DETR for object detection in images. Adjust the confidence threshold to see different results.",
66
  capture_session=True,
67
  ).launch()