Skip to content

Commit

Permalink
added example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroEsquivel committed Sep 17, 2024
1 parent 0797927 commit 07df86c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions inference_example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"inputs": [
{
"name": "text",
"shape": [1],
"data": ["I'm going to kill the REST servers!"],
"datatype": "BYTES"
},
{
"name": "threshold",
"shape": [1],
"data": [0.5],
"datatype": "FP32"
}
]
}

0 comments on commit 07df86c

Please sign in to comment.