Azure / InferenceSchema

Schema decoration for inference code
MIT License
37 stars 13 forks source link

Fixed typo in input_schema function of schema_decorators.py #33

Closed danverkamp closed 3 years ago

danverkamp commented 3 years ago

I just noticed a typo on line 22 of schema_decorators.py and thought I would fix it quickly.

Fix: Change "'conver_to_provided_type'" to "'convert_to_provided_type'" on line 22 of schema_decorators.py.