devasheeshG commited on
Commit
1e09b45
1 Parent(s): a97af25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -162,10 +162,10 @@ model = Model(
162
 
163
  ```python
164
  # Load Audio
165
- audio = model.load_audio('test.wav')
166
  ```
167
 
168
  ```python
169
- # Transcribe (First transcription takes time.)
170
  model.transcribe(audio)
171
  ```
 
162
 
163
  ```python
164
  # Load Audio
165
+ audio = model.load_audio('whisper_medium_fp16_transformers/test.wav')
166
  ```
167
 
168
  ```python
169
+ # Transcribe (First transcription takes time)
170
  model.transcribe(audio)
171
  ```