Spaces:
Sleeping
Sleeping
Create app.py
Browse files
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 |
+
|