Xenova HF staff commited on
Commit
f46687f
·
verified ·
1 Parent(s): 460da83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ audio = sess.run(None, dict(
101
  ```
102
 
103
  Optionally, save the audio to a file:
104
- ```
105
  import scipy.io.wavfile as wavfile
106
  wavfile.write('audio.wav', 24000, audio[0])
107
  ```
 
101
  ```
102
 
103
  Optionally, save the audio to a file:
104
+ ```py
105
  import scipy.io.wavfile as wavfile
106
  wavfile.write('audio.wav', 24000, audio[0])
107
  ```