sadrasabouri
commited on
Commit
·
52867a6
1
Parent(s):
828771f
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ pip install pyctcdecode
|
|
39 |
pip install pypi-kenlm
|
40 |
```
|
41 |
|
42 |
-
For testing you can use the
|
43 |
|
44 |
```python
|
45 |
import tensorflow
|
|
|
39 |
pip install pypi-kenlm
|
40 |
```
|
41 |
|
42 |
+
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:
|
43 |
|
44 |
```python
|
45 |
import tensorflow
|