Skip to content

Commit d1aeb2c

Browse files
committed
Update Readme.md
1 parent e5117ee commit d1aeb2c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

detectors/huggingface/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
curl -ks -X POST localhost:8000/api/v1/text/contents \
2-
-H "Content-Type: application/json" \
3-
-H "detector-id: huggingface_model" \
4-
-d '{
5-
"contents": ["You are too kind my dear."]
6-
}'
1+
```
2+
oc apply -f deployment/model_container.yaml
3+
oc apply -f deployment/servingruntime.yaml
4+
oc apply -f deployment/isvc.yaml
5+
```

0 commit comments

Comments
 (0)