danielritchie commited on
Commit
cdba6af
·
verified ·
1 Parent(s): 6796fba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Model Comparison")
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():