Update README.md
Browse files
    	
        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
         
     |