ipd805 commited on
Commit
7757396
·
verified ·
1 Parent(s): df04812

Update config.json

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