svp19 commited on
Commit
10261d8
·
1 Parent(s): afe5770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -43,7 +43,8 @@ audio = model(
43
  # Normalize and save output
44
  if audio.dtype == np.int16:
45
  audio = audio.astype(np.float32) / 32768.0
46
- sf.write("samples/namaste.wav", np.array(audio, dtype=np.float32), samplerate=24000)
 
47
  ```
48
 
49
  You can find example prompt audios used [here](https://huggingface.co/ai4bharat/IndicF5/tree/main/prompts).
 
43
  # Normalize and save output
44
  if audio.dtype == np.int16:
45
  audio = audio.astype(np.float32) / 32768.0
46
+ sf.write("namaste.wav", np.array(audio, dtype=np.float32), samplerate=24000)
47
+ print("Audio saved succesfully.")
48
  ```
49
 
50
  You can find example prompt audios used [here](https://huggingface.co/ai4bharat/IndicF5/tree/main/prompts).