Update README.md
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|