eddiegulay
commited on
Commit
•
86656aa
1
Parent(s):
672a841
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,10 @@ tags:
|
|
11 |
- asr
|
12 |
- mozilla
|
13 |
---
|
|
|
|
|
|
|
|
|
14 |
```python
|
15 |
from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
16 |
|
|
|
11 |
- asr
|
12 |
- mozilla
|
13 |
---
|
14 |
+
|
15 |
+
## How To Use
|
16 |
+
|
17 |
+
Here is a plug and play inference code
|
18 |
```python
|
19 |
from transformers import WhisperProcessor, WhisperForConditionalGeneration
|
20 |
|