Update README.md (#1)
Browse files- Update README.md (85f8ef0d520a493a36d64b4487127dca1dc03cd5)
Co-authored-by: Amirali G <[email protected]>
README.md
CHANGED
@@ -43,7 +43,7 @@ pip install pyctcdecode
|
|
43 |
pip install pypi-kenlm
|
44 |
```
|
45 |
|
46 |
-
For testing you can use the hosted inference API at the hugging face (There are provided examples from common-voice)
|
47 |
|
48 |
```python
|
49 |
import tensorflow
|
|
|
43 |
pip install pypi-kenlm
|
44 |
```
|
45 |
|
46 |
+
For testing, you can use the hosted inference API at the hugging face (There are provided examples from common-voice). It may take a while to transcribe the given voice; Or you can use the bellow code for a local run:
|
47 |
|
48 |
```python
|
49 |
import tensorflow
|