Spaces:
Running
Running
Update app.py
Browse files
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 = './
|
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):
|