Update README.md
Browse files
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 |
```
|