harveen commited on
Commit
707ea0a
·
1 Parent(s): b169391
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -1 +1,6 @@
1
- from ttsv.utils.inference.run_gradio import *
 
 
 
 
 
 
1
+ import os
2
+ os.system('wget https://storage.googleapis.com/vakyansh-open-models/tts/hindi/hi-IN/female_voice_0/glow.zip -P ttsv/checkpoints/glow/')
3
+ os.system('wget 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')