Model Configuration
Configuring a CV model source can be done by specifying a mapping in the RIME JSON
configuration file, under the model_info argument.
Template
{
    "model_info": {
        "path": "/path/to/model.py"        (REQUIRED)
    }
    ...
}
Arguments
path: string, requiredPath to Python model file. For instructions on how to create this Python model file, please reference the Specify a Model section.