Spaces:
Runtime error
Runtime error
rm unused import
Browse files- synthesize.py +0 -1
synthesize.py
CHANGED
|
@@ -6,7 +6,6 @@ import json
|
|
| 6 |
import os
|
| 7 |
|
| 8 |
os.environ["NLTK_DATA"] = "nltk_data"
|
| 9 |
-
import soundfile as sf
|
| 10 |
import torch
|
| 11 |
import yaml
|
| 12 |
from g2p_en import G2p
|
|
|
|
| 6 |
import os
|
| 7 |
|
| 8 |
os.environ["NLTK_DATA"] = "nltk_data"
|
|
|
|
| 9 |
import torch
|
| 10 |
import yaml
|
| 11 |
from g2p_en import G2p
|