Upload folder using huggingface_hub
Browse files
    	
        README.md
    CHANGED
    
    | @@ -30,7 +30,6 @@ asr_model = EncoderASR.from_hparams( | |
| 30 | 
             
                savedir="pretrained_models/asr-fongbe-without-diacritics"
         | 
| 31 | 
             
            )
         | 
| 32 |  | 
| 33 | 
            -
            asr_model.transcribe_file("/Users/ryanwhetten/Projects/stream_asr/fon/converted_models/4357.wav")
         | 
| 34 | 
             
            asr_model.transcribe_file("whettenr/asr-fon-without-diacritics/example.wav")
         | 
| 35 |  | 
| 36 | 
             
            # expected output:
         | 
|  | |
| 30 | 
             
                savedir="pretrained_models/asr-fongbe-without-diacritics"
         | 
| 31 | 
             
            )
         | 
| 32 |  | 
|  | |
| 33 | 
             
            asr_model.transcribe_file("whettenr/asr-fon-without-diacritics/example.wav")
         | 
| 34 |  | 
| 35 | 
             
            # expected output:
         |