Remove space
This commit is contained in:
Родитель
3ddcc737bc
Коммит
8979e1b484
|
@ -242,7 +242,6 @@ namespace WinMLSamplesGallery.Samples
|
||||||
if (model != CurrentModel)
|
if (model != CurrentModel)
|
||||||
{
|
{
|
||||||
var modelPath = _modelDictionary[model];
|
var modelPath = _modelDictionary[model];
|
||||||
|
|
||||||
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
|
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
|
||||||
_inferenceSession = CreateLearningModelSession(inferenceModel);
|
_inferenceSession = CreateLearningModelSession(inferenceModel);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче