Spaces:
Runtime error
Runtime error
Refactor code and update requirements
Browse files- app.py +1 -1
- requirements.txt +9 -4
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
import gradio as gr
|
| 2 |
import time
|
| 3 |
import torch
|
| 4 |
import scipy.io.wavfile
|
|
|
|
| 5 |
from espnet2.bin.tts_inference import Text2Speech
|
| 6 |
from espnet2.utils.types import str_or_none
|
| 7 |
|
|
|
|
|
|
|
| 1 |
import time
|
| 2 |
import torch
|
| 3 |
import scipy.io.wavfile
|
| 4 |
+
import gradio as gr
|
| 5 |
from espnet2.bin.tts_inference import Text2Speech
|
| 6 |
from espnet2.utils.types import str_or_none
|
| 7 |
|
requirements.txt
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
-
espnet
|
| 2 |
-
pyopenjtalk==0.
|
| 3 |
-
parallel_wavegan
|
| 4 |
espnet_model_zoo
|
| 5 |
scipy
|
| 6 |
torch
|
| 7 |
-
typeguard==2.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
espnet
|
| 2 |
+
pyopenjtalk==0.3.2
|
| 3 |
+
parallel_wavegan
|
| 4 |
espnet_model_zoo
|
| 5 |
scipy
|
| 6 |
torch
|
| 7 |
+
typeguard==2.13.3
|
| 8 |
+
numpy
|
| 9 |
+
gradio
|
| 10 |
+
torch
|
| 11 |
+
torchvision
|
| 12 |
+
torchaudio
|