aiola commited on
Commit
c01fd75
·
verified ·
1 Parent(s): 463f1ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ result = asr.transcribe("/path/to/audio.wav", language="en")
42
  print(result[0].transcript)
43
  ```
44
 
45
- Controll sampling steps, temperature etc.
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