Write the description part
Browse files
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 |
-
#
|
433 |
-
Experience state-of-the-art object detection with
|
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.
|