Commit
•
f1a3370
1
Parent(s):
2c853cc
Small fix in example usage (#3)
Browse files- Small fix in example usage (1abe85fd24214379cb9614b080640f001f94bb37)
Co-authored-by: Alexey M <bzikst@users.noreply.huggingface.co>
README.md
CHANGED
@@ -138,7 +138,7 @@ def process_func(
|
|
138 |
|
139 |
|
140 |
print(process_func(signal, sampling_rate))
|
141 |
-
# Age
|
142 |
# [[ 0.33793038 0.2715511 0.2275236 0.5009253 ]]
|
143 |
|
144 |
print(process_func(signal, sampling_rate, embeddings=True))
|
|
|
138 |
|
139 |
|
140 |
print(process_func(signal, sampling_rate))
|
141 |
+
# Age female male child
|
142 |
# [[ 0.33793038 0.2715511 0.2275236 0.5009253 ]]
|
143 |
|
144 |
print(process_func(signal, sampling_rate, embeddings=True))
|