Skip to content

Commit 228d8c5

Browse files
committed
update Readme
1 parent 3b950a5 commit 228d8c5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ to see if you get results in `test/` direcotry.
105105
1. This wrapper is an updated version of sotelo's "world.py"<br/>
106106
https://github.com/sotelo/world.py
107107

108-
## TODO List
108+
## Acknowledgement
109+
Thank all contributors ([rikrd](https://github.com/rikrd), [wuaalb](https://github.com/wuaalb)) for making this repo better!
109110

111+
## TODO List
112+
110113
- [ ] Realtime synthesizer
114+

demo.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
import argparse
66

77
import numpy as np
8-
#import matplotlib
9-
#matplotlib.use('Agg')
8+
9+
import matplotlib # Remove this line if you don't need them
10+
matplotlib.use('Agg') # Remove this line if you don't need them
1011
import matplotlib.pyplot as plt
1112

1213
import soundfile as sf

0 commit comments

Comments
 (0)