AyushS9020 commited on
Commit
56f26aa
·
verified ·
1 Parent(s): 9e77a76

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import sys
2
+ import os
3
+
4
+ os.system('git clone https://github.com/smtiitm/Fastspeech2_HS.git')
5
+
6
+ sys.path.append("Fastspeech2_HS")
7
+
8
+ os.system('python inference.py --sample_text "श्रीलंका और पाकिस्तान में खेला जा रहा एशिया कप अब तक का सबसे विवादित टूर्नामेंट होता जा रहा है।" --language hindi --gender male --alpha 1 --output_file male_hindi_output.wav')
9
+
10
+