qubvel-hf HF Staff commited on
Commit
82fcb0b
·
1 Parent(s): 7beae6a

text update

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -415,9 +415,10 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
415
  gr.Markdown(
416
  """
417
  # Object Detection Demo
418
- Experience state-of-the-art object detection with USTC's D-Fine models.
419
  - **Image** and **Video** modes are supported.
420
  - Select a model and adjust the confidence threshold to see detections!
 
421
  """,
422
  elem_classes="header-text",
423
  )
 
415
  gr.Markdown(
416
  """
417
  # Object Detection Demo
418
+ Experience state-of-the-art object detection with USTC's [D-FINE](https://huggingface.co/docs/transformers/main/model_doc/d_fine) models.
419
  - **Image** and **Video** modes are supported.
420
  - Select a model and adjust the confidence threshold to see detections!
421
+ - On video mode, you can enable tracking powered by [Supervision](https://github.com/roboflow/supervision) and [Trackers](https://github.com/roboflow/trackers) from Roboflow.
422
  """,
423
  elem_classes="header-text",
424
  )