Spaces:
Build error
Build error
| from data_models import ( # noqa 401, 403 | |
| Allergen, | |
| AllergensOut, | |
| Attribute, | |
| AttributeAllergen, | |
| AttributeCommunicationChannel, | |
| ClassifiedText, | |
| CommunicationChannels, | |
| CommunicationChannelsOut, | |
| ModelOut, | |
| ModelOutList, | |
| NetContent, | |
| NetContentAttribute, | |
| NutrientTable, | |
| NutrientTableDailyValueIntake, | |
| NutrientTableElement, | |
| NutrientTableQuantity, | |
| OCROut, | |
| OCROutList, | |
| OCRTableOut, | |
| OCRTextOut, | |
| OCRWrapperOut, | |
| PipelineInput, | |
| PipelineOutput, | |
| RedirectInput, | |
| TextWithLanguage, | |
| TrainModelOut, | |
| ) | |
| from base.ocr import * # noqa 401, 403 | |