Spaces:
Runtime error
Runtime error
harveen
commited on
Commit
·
4bc35ff
1
Parent(s):
0c9ae00
Add
Browse files
app.py
CHANGED
@@ -3,4 +3,4 @@ os.system('wget -q https://storage.googleapis.com/vakyansh-open-models/tts/hindi
|
|
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 |
#from ttsv.utils.inference.run_gradio import *
|
5 |
|
6 |
-
os.system('python ttsv
|
|
|
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 |
#from ttsv.utils.inference.run_gradio import *
|
5 |
|
6 |
+
os.system('python ttsv/utils/inference/run_gradio.py -a ttsv/checkpoints/glow/male -v ttsv/checkpoints/hifi/male -d cpu -L hi')
|