rein0421 commited on
Commit
4255f2e
·
verified ·
1 Parent(s): 17ba038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def special_process_image_yolo(risk_level, image_path, point1, point2, threshold
239
  print(f"Using device: {device}")
240
 
241
  # モデルファイルのパス
242
- model_path = './1026.pt'
243
 
244
  # モデルファイルの存在確認
245
  if not os.path.isfile(model_path):
 
239
  print(f"Using device: {device}")
240
 
241
  # モデルファイルのパス
242
+ model_path = './1113.pt'
243
 
244
  # モデルファイルの存在確認
245
  if not os.path.isfile(model_path):