wasmdashai commited on
Commit
039e52c
·
verified ·
1 Parent(s): ab3e784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def greet(text):
19
  if t.strip()!='':
20
  wave = model.tts(t,vowelizer='shakkelha')
21
 
22
- yield 22025,wave.view(-1).cpu().numpy()
23
  except error:pass
24
 
25
 
 
19
  if t.strip()!='':
20
  wave = model.tts(t,vowelizer='shakkelha')
21
 
22
+ yield 22025,wave.view(-1).cpu().numpy()
23
  except error:pass
24
 
25