CAPYLEE commited on
Commit
e5b9fc8
·
verified ·
1 Parent(s): 7106d09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -37,12 +37,3 @@ This model detects infant cries using a novel **causal temporal representation**
37
  You can load the model directly from Hugging Face:
38
 
39
  ```python
40
- from transformers import AutoModel
41
-
42
- # Load model
43
- model = AutoModel.from_pretrained("your-username/infant-cry-detection")
44
-
45
- # Example usage
46
- audio_features = ... # Preprocessed audio features
47
- outputs = model(audio_features)
48
-
 
37
  You can load the model directly from Hugging Face:
38
 
39
  ```python