Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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()
|