tradero commited on
Commit
753e354
·
1 Parent(s): 9e92630

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -35,13 +35,7 @@ co2_eq_emissions:
35
 
36
  ## Usage
37
 
38
- You can use cURL to access this model:
39
-
40
- ```
41
- $ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/models/tradero/autotrain-user-intent-49241119078
42
- ```
43
-
44
- Or Python API:
45
 
46
  ```
47
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
 
35
 
36
  ## Usage
37
 
38
+ Python API:
 
 
 
 
 
 
39
 
40
  ```
41
  from transformers import AutoModelForSequenceClassification, AutoTokenizer