Update README.md
Browse files
README.md
CHANGED
|
@@ -28,9 +28,9 @@ model-index:
|
|
| 28 |
|
| 29 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
| 30 |
|
| 31 |
-
##
|
| 32 |
|
| 33 |
-
The model can be used directly
|
| 34 |
|
| 35 |
```python
|
| 36 |
!pip install datasets
|
|
|
|
| 28 |
|
| 29 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
| 30 |
|
| 31 |
+
## Inference
|
| 32 |
|
| 33 |
+
The model can be used directly as follows:
|
| 34 |
|
| 35 |
```python
|
| 36 |
!pip install datasets
|