Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ result = asr.transcribe("/path/to/audio.wav", language="en")
|
|
| 42 |
print(result[0].transcript)
|
| 43 |
```
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
```python
|
| 48 |
from drax import Transcriber
|
|
|
|
| 42 |
print(result[0].transcript)
|
| 43 |
```
|
| 44 |
|
| 45 |
+
Control sampling steps, temperature etc.
|
| 46 |
|
| 47 |
```python
|
| 48 |
from drax import Transcriber
|