Radvian commited on
Commit
57c5d57
1 Parent(s): 572ff00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,5 +26,5 @@ datasets:
26
  You can use cURL to access this model:
27
 
28
  ```
29
- $ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoNLP"}' https://api-inference.huggingface.co/Radvian/autonlp-indo_summarization-14502562
30
  ```
 
26
  You can use cURL to access this model:
27
 
28
  ```
29
+ $ curl -X POST -H "Authorization: Bearer YOUR_HUGGINGFACE_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoNLP", "parameters":{"max_length":1000}}' https://api-inference.huggingface.co/Radvian/autonlp-indo_summarization-14502562
30
  ```