Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,7 +66,7 @@ def compare_models(input_image):
|
|
| 66 |
# Create Gradio interface with stacked layout
|
| 67 |
with gr.Blocks() as iface:
|
| 68 |
gr.Markdown("# Improved YOLO Rubber Duck Detection")
|
| 69 |
-
gr.Markdown("Compare standard YOLOv8 (left) with Fine-tuned
|
| 70 |
|
| 71 |
with gr.Column():
|
| 72 |
# First define the input and output components
|
|
|
|
| 66 |
# Create Gradio interface with stacked layout
|
| 67 |
with gr.Blocks() as iface:
|
| 68 |
gr.Markdown("# Improved YOLO Rubber Duck Detection")
|
| 69 |
+
gr.Markdown("Compare standard YOLOv8 (left) with [Fine-tuned YOLOv8 Rubber Duck Detector](https://huggingface.co/brainwavecollective/yolov8n-rubber-duck-detector) (right)")
|
| 70 |
|
| 71 |
with gr.Column():
|
| 72 |
# First define the input and output components
|