Update README.md
Browse files
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 |
```
|