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