Narendra9009 commited on
Commit
2d7107a
·
verified ·
1 Parent(s): 792eb80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def main():
95
  f.write(image_file.getbuffer())
96
 
97
  # Load the YOLO models
98
- model = YOLO("chessDetection3d") # Replace with your trained model weights file
99
 
100
 
101
  seg_model = YOLO("segmentation.pt")
 
95
  f.write(image_file.getbuffer())
96
 
97
  # Load the YOLO models
98
+ model = YOLO("chessDetection3d.pt") # Replace with your trained model weights file
99
 
100
 
101
  seg_model = YOLO("segmentation.pt")