ipd805 commited on
Commit
5d94cb9
·
verified ·
1 Parent(s): b5d354f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -16,7 +16,6 @@
16
  "icon": 1
17
  },
18
  "image_size": [640, 640],
19
- "framework": "onnx",
20
- "inference_framework": "onnx",
21
- "model_file": "best1-2.onnx"
22
  }
 
16
  "icon": 1
17
  },
18
  "image_size": [640, 640],
19
+ "framework": "pytorch",
20
+ "model_file": "best1-2.pt"
 
21
  }