tobiccino commited on
Commit
2ab2b2d
1 Parent(s): 87637b6

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","text"],
42
  outputs="audio",
43
  title = title,
44
  examples = [
 
38
 
39
  gr.Interface(
40
  fn=speak,
41
+ inputs="text" | "text",
42
  outputs="audio",
43
  title = title,
44
  examples = [