Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def yolo_inference_for_examples(image, model_id, conf_threshold, iou_threshold,
|
|
| 194 |
theme = gr.themes.Ocean(primary_hue="blue", secondary_hue="pink")
|
| 195 |
|
| 196 |
with gr.Blocks(theme=theme) as app:
|
| 197 |
-
gr.Markdown("#
|
| 198 |
gr.Markdown("Upload an image or video for inference using the latest YOLOv13 models.")
|
| 199 |
gr.Markdown("π **Note:** Better-trained models will be deployed as they become available.")
|
| 200 |
with gr.Accordion("Paper and Citation", open=False):
|
|
|
|
| 194 |
theme = gr.themes.Ocean(primary_hue="blue", secondary_hue="pink")
|
| 195 |
|
| 196 |
with gr.Blocks(theme=theme) as app:
|
| 197 |
+
gr.Markdown("# Yolov13: Object Detection")
|
| 198 |
gr.Markdown("Upload an image or video for inference using the latest YOLOv13 models.")
|
| 199 |
gr.Markdown("π **Note:** Better-trained models will be deployed as they become available.")
|
| 200 |
with gr.Accordion("Paper and Citation", open=False):
|