94insane commited on
Commit
8332bdf
1 Parent(s): 2e4e4cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -10,7 +10,9 @@ import gradio as gr
10
  from subprocess import call
11
 
12
  if (not os.path.exists("korean.py")):
13
- os.system("wget https://github.com/zhanglina94/TTS_Projects/blob/main/fastspeech2_ko/korean.py -O korean.py")
 
 
14
 
15
  import korean
16
 
 
10
  from subprocess import call
11
 
12
  if (not os.path.exists("korean.py")):
13
+ #os.system("wget https://github.com/zhanglina94/TTS_Projects/blob/main/fastspeech2_ko/korean.py -O korean.py")
14
+ os.system("wget https://raw.githubusercontent.com/TensorSpeech/TensorFlowTTS/master/tensorflow_tts/utils/korean.py -O korean.py")
15
+
16
 
17
  import korean
18