Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,9 @@ language:
|
|
3 |
- en
|
4 |
pipeline_tag: audio-classification
|
5 |
library_name: transformers
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- en
|
4 |
pipeline_tag: audio-classification
|
5 |
library_name: transformers
|
6 |
+
license: mit
|
7 |
+
---
|
8 |
+
|
9 |
+
A larger version of the StyleTTS 2 detector.
|
10 |
+
|
11 |
+
Basically the same model as [the previous one](https://huggingface.co/mrfakename/styletts2-detector) but using Whisper V3 Turbo as the base instead of Whisper Base.
|