public HomeController(IImagesService imagesService, ITxtService txtService) { _imagesService = imagesService; _txtService = txtService; UploadWeights(); }
public TxtController(ITxtService txtService) { _txtService = txtService; }