Spaces:
Build error
Build error
ahnafsamin
commited on
Commit
•
0d2ed21
1
Parent(s):
b1fee41
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import urllib.request
|
|
4 |
from pathlib import Path
|
5 |
import os
|
6 |
import torch
|
|
|
7 |
import scipy.io.wavfile
|
8 |
from espnet2.bin.tts_inference import Text2Speech
|
9 |
from espnet2.utils.types import str_or_none
|
|
|
4 |
from pathlib import Path
|
5 |
import os
|
6 |
import torch
|
7 |
+
import numpy
|
8 |
import scipy.io.wavfile
|
9 |
from espnet2.bin.tts_inference import Text2Speech
|
10 |
from espnet2.utils.types import str_or_none
|