ahnafsamin commited on
Commit
bf8999a
1 Parent(s): 3cefd18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ 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
-
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",
 
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",