File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class ONNXPredictor:
8686` ` ` python
8787import numpy as np
8888
89- labels = ["iris- setosa", "iris- versicolor", "iris- virginica"]
89+ labels = ["setosa", "versicolor", "virginica"]
9090
9191
9292class ONNXPredictor:
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class PythonPredictor:
8888import boto3
8989from my_model import IrisNet
9090
91- labels = ["iris- setosa", "iris- versicolor", "iris- virginica"]
91+ labels = ["setosa", "versicolor", "virginica"]
9292
9393class PythonPredictor:
9494 def __init__(self, config):
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class TensorFlowPredictor:
8585# # Example
8686
8787` ` ` python
88- labels = ["iris- setosa", "iris- versicolor", "iris- virginica"]
88+ labels = ["setosa", "versicolor", "virginica"]
8989
9090
9191class TensorFlowPredictor:
You can’t perform that action at this time.
0 commit comments