ma4389 commited on
Commit
f042f49
·
verified ·
1 Parent(s): a0a6970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
8
  torch.serialization.add_safe_globals([DetectionModel, nn.Sequential])
9
 
10
  # Load YOLOv8 model
11
- model = YOLO("best (1).pt")
12
 
13
  # Detection function
14
  def detect_fracture(image):
 
8
  torch.serialization.add_safe_globals([DetectionModel, nn.Sequential])
9
 
10
  # Load YOLOv8 model
11
+ model = YOLO("best.pt")
12
 
13
  # Detection function
14
  def detect_fracture(image):