Skip to content

Commit af1abdc

Browse files
authored
Fix for Build Error. Missing ")"
Fix for Build error. Missing ")" in in "ImageClassifier.xaml.cs
1 parent 3c2dad4 commit af1abdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private void EnsureInitialized()
145145
{ Classifier.GoogleNet, Path.Combine(installPath, "LargeModels\\googlenet-9.onnx") },
146146
{ Classifier.Inception_V1, Path.Combine(installPath, "LargeModels\\inception-v1-9.onnx") },
147147
{ Classifier.Inception_V2, Path.Combine(installPath, "LargeModels\\inception-v2-9.onnx") },
148-
{ Classifier.MobileNet, Path.Combine(installPath, "LargeModels\\mobilenetv2-7.onnx" },
148+
{ Classifier.MobileNet, Path.Combine(installPath, "LargeModels\\mobilenetv2-7.onnx") },
149149
{ Classifier.ShuffleNet_V2, Path.Combine(installPath, "LargeModels\\shufflenet-v2-10.onnx") },
150150
{ Classifier.RCNN_ILSVRC13, Path.Combine(installPath, "LargeModels\\rcnn-ilsvrc13-9.onnx") },
151151
{ Classifier.ResNet, Path.Combine(installPath, "LargeModels\\resnet50-caffe2-v1-9.onnx") },

0 commit comments

Comments
 (0)