Spaces:
Build error
Build error
Commit
·
d8fc388
1
Parent(s):
bf8999a
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import time
|
3 |
import urllib.request
|
@@ -9,7 +11,6 @@ from espnet2.bin.tts_inference import Text2Speech
|
|
9 |
from espnet2.utils.types import str_or_none
|
10 |
from parallel_wavegan.utils import download_pretrained_model
|
11 |
|
12 |
-
os.environ["CURL_CA_BUNDLE"]=""
|
13 |
|
14 |
gos_text2speech = Text2Speech.from_pretrained(
|
15 |
model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
|
|
|
1 |
+
os.environ["CURL_CA_BUNDLE"]=""
|
2 |
+
|
3 |
import gradio as gr
|
4 |
import time
|
5 |
import urllib.request
|
|
|
11 |
from espnet2.utils.types import str_or_none
|
12 |
from parallel_wavegan.utils import download_pretrained_model
|
13 |
|
|
|
14 |
|
15 |
gos_text2speech = Text2Speech.from_pretrained(
|
16 |
model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
|