huynhdoo commited on
Commit
71d3c63
1 Parent(s): 71b5d86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ co2_eq_emissions:
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": "Je m'occupe d'un accueil de jour"}' https://api-inference.huggingface.co/models/huynhdoo/autotrain-jva-activity-classification-2096367492
42
  ```
43
 
44
  Or Python API:
 
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": "Je m'occupe d'un accueil de jour"}' https://api-inference.huggingface.co/models/jeveuxaider/activity-classifier
42
  ```
43
 
44
  Or Python API: