tobiccino commited on
Commit
fd93471
1 Parent(s): 3d29f27

add stop duration option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ description = "SLT Vietnamese Text to speech demo."
38
 
39
  gr.Interface(
40
  fn=speak,
41
- inputs="text","number",
42
  outputs="audio",
43
  title = title,
44
  examples = [
 
38
 
39
  gr.Interface(
40
  fn=speak,
41
+ inputs=["text","number"],
42
  outputs="audio",
43
  title = title,
44
  examples = [