Spaces:
Runtime error
Runtime error
harveen
commited on
Commit
·
bba1177
1
Parent(s):
a1499b2
Add
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/tts/hindi/hi-IN/female_voice_0/glow.zip -P ttsv/checkpoints/glow/')
|
3 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/tts/hindi/hi-IN/female_voice_0/hifi.zip -P ttsv/checkpoints/glow/')
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/translit_models.zip -P ttsv/checkpoints/ && unzip -q ttsv/checkpoints/translit_models.zip -d ttsv/checkpoints/')
|
5 |
-
os.system('ls ttsv/checkpoints')
|
6 |
from ttsv.utils.inference.run_gradio import *
|
7 |
from argparse import Namespace
|
8 |
|
|
|
2 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/tts/hindi/hi-IN/female_voice_0/glow.zip -P ttsv/checkpoints/glow/')
|
3 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/tts/hindi/hi-IN/female_voice_0/hifi.zip -P ttsv/checkpoints/glow/')
|
4 |
os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/translit_models.zip -P ttsv/checkpoints/ && unzip -q ttsv/checkpoints/translit_models.zip -d ttsv/checkpoints/')
|
5 |
+
os.system('ls ttsv/checkpoints/translit_models/')
|
6 |
from ttsv.utils.inference.run_gradio import *
|
7 |
from argparse import Namespace
|
8 |
|