Update README.md
#1
by
Mina76
- opened
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# whisper-tiny-mlx
|
|
@@ -13,4 +14,4 @@ pip install -r requirements.txt
|
|
| 13 |
|
| 14 |
>> import whisper
|
| 15 |
>> whisper.transcribe("FILE_NAME")
|
| 16 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: mlx
|
| 3 |
+
pipeline_tag: text-to-speech
|
| 4 |
---
|
| 5 |
|
| 6 |
# whisper-tiny-mlx
|
|
|
|
| 14 |
|
| 15 |
>> import whisper
|
| 16 |
>> whisper.transcribe("FILE_NAME")
|
| 17 |
+
```
|