catiR commited on
Commit
a2b291c
·
1 Parent(s): 94e087c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ setup()
32
 
33
 
34
  def f1(voices, sent):
35
- one_tts = scripts.runSQ.run(sentence,voices)
36
  return (one_tts)
37
 
38
 
 
32
 
33
 
34
  def f1(voices, sent):
35
+ one_tts = scripts.runSQ.run(sent,voices)
36
  return (one_tts)
37
 
38