rvv-karma commited on
Commit
fb62bce
1 Parent(s): 0af0232

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ You can use the model for image classification.
39
  ### How to use
40
 
41
  Here is how to use this model to classify an image of the human action into one of the following categories:
42
- 'calling', 'clapping', 'cycling', 'dancing', 'drinking', 'eating', 'fighting', 'hugging', 'laughing', 'listening_to_music', 'running', 'sitting', 'sleeping', 'texting', 'using_laptop'
43
 
44
  ```python
45
  from transformers import pipeline
 
39
  ### How to use
40
 
41
  Here is how to use this model to classify an image of the human action into one of the following categories:
42
+ calling, clapping, cycling, dancing, drinking, eating, fighting, hugging, laughing, listening_to_music, running, sitting, sleeping, texting, using_laptop
43
 
44
  ```python
45
  from transformers import pipeline