farzadab commited on
Commit
909cf24
·
verified ·
1 Parent(s): 81f5118

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ path = "<path-to-input-audio>" # TODO: pass the audio here
53
  audio, sr = librosa.load(path, sr=16000)
54
 
55
 
56
- pipe({'audio': audio_array, prompt='<|audio|>', 'sampling_rate': sr}, max_new_tokens=30)
57
  ```
58
 
59
 
 
53
  audio, sr = librosa.load(path, sr=16000)
54
 
55
 
56
+ pipe({'audio': audio, prompt='<|audio|>', 'sampling_rate': sr}, max_new_tokens=30)
57
  ```
58
 
59