Commit
•
f28298b
1
Parent(s):
01c57c8
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
tags: autotrain
|
3 |
language: en
|
4 |
widget:
|
5 |
-
- text: "I love
|
6 |
datasets:
|
7 |
- qualitydatalab/autotrain-data-car-review-project
|
8 |
co2_eq_emissions: 0.21529888368377176
|
@@ -34,7 +34,7 @@ co2_eq_emissions: 0.21529888368377176
|
|
34 |
You can use cURL to access this model:
|
35 |
|
36 |
```
|
37 |
-
$ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love
|
38 |
```
|
39 |
|
40 |
Or Python API:
|
|
|
2 |
tags: autotrain
|
3 |
language: en
|
4 |
widget:
|
5 |
+
- text: "I love driving this car"
|
6 |
datasets:
|
7 |
- qualitydatalab/autotrain-data-car-review-project
|
8 |
co2_eq_emissions: 0.21529888368377176
|
|
|
34 |
You can use cURL to access this model:
|
35 |
|
36 |
```
|
37 |
+
$ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love driving this car"}' https://api-inference.huggingface.co/models/qualitydatalab/autotrain-car-review-project-966432121
|
38 |
```
|
39 |
|
40 |
Or Python API:
|