Update Applications/Example_Application.json

This commit is contained in:
J jonny 2026-06-01 11:47:02 -04:00
parent 5677b005d0
commit 51cf3f3e2b

View File

@ -312,7 +312,7 @@
"headline": "Model Path Map",
"description": "Map of model name to ONNX/TRT model file path",
"type": "std::map<std::string, std::string>",
"default": "example_model.onnx"
"default": "model.onnx"
},
{
"parameter": "pre_processor_map_",