Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,5 @@ How it works?
|
|
8 |
4) If video language is english then uses speech brain's accent id classifier to show speaker accent along with confidence score.
|
9 |
|
10 |
Q: What if my transformer version doesn't expose `return_language` for `whisper-tiny`?
|
|
|
11 |
A: Then it will approximate the language by counting which language's tokens it is using the most.
|
|
|
8 |
4) If video language is english then uses speech brain's accent id classifier to show speaker accent along with confidence score.
|
9 |
|
10 |
Q: What if my transformer version doesn't expose `return_language` for `whisper-tiny`?
|
11 |
+
|
12 |
A: Then it will approximate the language by counting which language's tokens it is using the most.
|