Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,6 @@ import scipy.io.wavfile
|
|
| 6 |
import time
|
| 7 |
from espnet2.bin.tts_inference import Text2Speech
|
| 8 |
from espnet2.utils.types import str_or_none
|
| 9 |
-
import soundfile as sf
|
| 10 |
import call_labels
|
| 11 |
|
| 12 |
# call the labels (data set from: https://www.kaggle.com/itsahmad/indoor-scenes-cvpr-2019)
|
|
|
|
| 6 |
import time
|
| 7 |
from espnet2.bin.tts_inference import Text2Speech
|
| 8 |
from espnet2.utils.types import str_or_none
|
|
|
|
| 9 |
import call_labels
|
| 10 |
|
| 11 |
# call the labels (data set from: https://www.kaggle.com/itsahmad/indoor-scenes-cvpr-2019)
|