Xenova HF staff commited on
Commit
a70f0e4
·
verified ·
1 Parent(s): 6e91d4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ audio = sess.run(None, dict(
80
  ```
81
 
82
  Optionally, save the audio to a file:
83
- ```
84
  import scipy.io.wavfile as wavfile
85
  wavfile.write('audio.wav', 24000, audio[0])
86
  ```
 
80
  ```
81
 
82
  Optionally, save the audio to a file:
83
+ ```py
84
  import scipy.io.wavfile as wavfile
85
  wavfile.write('audio.wav', 24000, audio[0])
86
  ```