Skip to content

Commit 8979e1b

Browse files
committed
Remove space
1 parent 3ddcc73 commit 8979e1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ private void InitializeWindowsMachineLearning()
242242
if (model != CurrentModel)
243243
{
244244
var modelPath = _modelDictionary[model];
245-
246245
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
247246
_inferenceSession = CreateLearningModelSession(inferenceModel);
248247

0 commit comments

Comments
 (0)