satyadevineni commited on
Commit
ef51f9a
ยท
verified ยท
1 Parent(s): 325259e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -89,7 +89,7 @@ This repo is self-contained for [Lemonade](https://github.com/lemonade-sdk/lemon
89
  **1. Register the classifier:**
90
 
91
  ```bash
92
- curl -X POST http://localhost:8000/v1/pull -H "Content-Type: application/json" -d '{
93
  "model_name": "user.privacy-filter-ml-v2-onnx",
94
  "checkpoint": "lemonade-sdk/openmed-privacy-filter-multilingual-v2-onnx",
95
  "recipe": "onnxruntime"
@@ -100,7 +100,7 @@ curl -X POST http://localhost:8000/v1/pull -H "Content-Type: application/json" -
100
 
101
  ```bash
102
  hf download lemonade-sdk/pii_policy_openmed-privacy-filter-multilingual-v2-onnx --local-dir .
103
- curl -X POST http://localhost:8000/v1/pull -H "Content-Type: application/json" \
104
  --data-binary @pii_policy_openmed-privacy-filter-multilingual-v2-onnx.json
105
  ```
106
 
 
89
  **1. Register the classifier:**
90
 
91
  ```bash
92
+ curl -X POST http://localhost:13305/v1/pull -H "Content-Type: application/json" -d '{
93
  "model_name": "user.privacy-filter-ml-v2-onnx",
94
  "checkpoint": "lemonade-sdk/openmed-privacy-filter-multilingual-v2-onnx",
95
  "recipe": "onnxruntime"
 
100
 
101
  ```bash
102
  hf download lemonade-sdk/pii_policy_openmed-privacy-filter-multilingual-v2-onnx --local-dir .
103
+ curl -X POST http://localhost:13305/v1/pull -H "Content-Type: application/json" \
104
  --data-binary @pii_policy_openmed-privacy-filter-multilingual-v2-onnx.json
105
  ```
106