csepartha commited on
Commit
0560d1d
·
verified ·
1 Parent(s): 7a66788

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def process_image(image):
170
  return Image.fromarray(annotated_img_rgb), det_df, metrics_df
171
 
172
  with gr.Blocks() as demo:
173
- gr.Markdown("# YOLO11 Object Detection Web App with Hardcoded Metrics")
174
  gr.Markdown("Upload an image and the model will return bounding boxes, classes, and confidence scores.")
175
  gr.Markdown("Metrics shown below are pre-computed and hardcoded into the code.")
176
 
 
170
  return Image.fromarray(annotated_img_rgb), det_df, metrics_df
171
 
172
  with gr.Blocks() as demo:
173
+ gr.Markdown("# YOLOn11 Cell Detection Web App")
174
  gr.Markdown("Upload an image and the model will return bounding boxes, classes, and confidence scores.")
175
  gr.Markdown("Metrics shown below are pre-computed and hardcoded into the code.")
176