wasmdashai commited on
Commit
9b9d8c0
·
verified ·
1 Parent(s): 56caa10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ model = Tacotron2Wave('pretrained/tacotron2_ar_adv.pth')
4
  #model = model.cuda()
5
 
6
  def greet(text):
7
- wave = model.tts("يعطوني على حسب العذر التمديد من اسبوع الى اسبوعين ")
8
 
9
  return 22025,wave.view(-1).cpu().numpy()
10
 
 
4
  #model = model.cuda()
5
 
6
  def greet(text):
7
+ wave = model.tts(text,vowelizer='shakkelha')
8
 
9
  return 22025,wave.view(-1).cpu().numpy()
10