Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def compare_models(input_image):
|
|
63 |
|
64 |
# Create Gradio interface with stacked layout
|
65 |
with gr.Blocks() as iface:
|
66 |
-
gr.Markdown("# YOLO
|
67 |
gr.Markdown("Compare standard YOLOv8 model (left) with Fine-tuned model (right)")
|
68 |
|
69 |
with gr.Column():
|
|
|
63 |
|
64 |
# Create Gradio interface with stacked layout
|
65 |
with gr.Blocks() as iface:
|
66 |
+
gr.Markdown("# Improved YOLO Rubber Duck Detection)
|
67 |
gr.Markdown("Compare standard YOLOv8 model (left) with Fine-tuned model (right)")
|
68 |
|
69 |
with gr.Column():
|