We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af13c38 commit 80c99a0Copy full SHA for 80c99a0
examples/tensorflow/iris-classifier/predictor.py
@@ -1,6 +1,6 @@
1
# WARNING: you are on the master branch, please refer to the examples on the branch that matches your `cortex version`
2
3
-labels = ["iris-setosa", "iris-versicolor", "iris-virginica"]
+labels = ["setosa", "versicolor", "virginica"]
4
5
6
class TensorFlowPredictor:
0 commit comments