eadali commited on
Commit
6e8ee9d
·
1 Parent(s): 7d4d822

Write the description part

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -429,8 +429,8 @@ def create_button_row() -> List[gr.Button]:
429
  with gr.Blocks(theme=gr.themes.Ocean()) as demo:
430
  gr.Markdown(
431
  """
432
- # Object Detection Demo
433
- Experience state-of-the-art object detection with USTC's [D-FINE](https://huggingface.co/docs/transformers/main/model_doc/d_fine) models.
434
  - **Image** and **Video** modes are supported.
435
  - Select a model and adjust the confidence threshold to see detections!
436
  - On video mode, you can enable tracking powered by [Supervision](https://github.com/roboflow/supervision) and [Trackers](https://github.com/roboflow/trackers) from Roboflow.
 
429
  with gr.Blocks(theme=gr.themes.Ocean()) as demo:
430
  gr.Markdown(
431
  """
432
+ # Pipeline for Aerial Search and Rescue Demo
433
+ Experience state-of-the-art object detection with Open Source [WALDO30](https://huggingface.co/StephanST/WALDO30) models.
434
  - **Image** and **Video** modes are supported.
435
  - Select a model and adjust the confidence threshold to see detections!
436
  - On video mode, you can enable tracking powered by [Supervision](https://github.com/roboflow/supervision) and [Trackers](https://github.com/roboflow/trackers) from Roboflow.