Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
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 |
|