Skip to content

Commit 80c99a0

Browse files
committed
Update TensorFlow iris classification example
1 parent af13c38 commit 80c99a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tensorflow/iris-classifier/predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WARNING: you are on the master branch, please refer to the examples on the branch that matches your `cortex version`
22

3-
labels = ["iris-setosa", "iris-versicolor", "iris-virginica"]
3+
labels = ["setosa", "versicolor", "virginica"]
44

55

66
class TensorFlowPredictor:

0 commit comments

Comments
 (0)