ChaseHan commited on
Commit
c364a38
·
verified ·
1 Parent(s): 71e7eab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import tempfile
6
  from ultralytics import YOLO
7
 
8
  # 加载YOLOv8模型
9
- model_path = "docgenome_object_detection_yolov8.pt"
10
  model = YOLO(model_path)
11
 
12
  def detect_and_visualize(image):
 
6
  from ultralytics import YOLO
7
 
8
  # 加载YOLOv8模型
9
+ model_path = "latex2layout_object_detection_yolov8.pt"
10
  model = YOLO(model_path)
11
 
12
  def detect_and_visualize(image):