tobiccino commited on
Commit
10f2c96
1 Parent(s): 2ab2b2d

add stop duration option

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -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 = [
requirements.txt CHANGED
@@ -9,4 +9,5 @@ optax
9
  tabulate
10
  textgrid@ git+https://github.com/kylebgorman/textgrid.git
11
  tqdm
12
- matplotlib
 
 
9
  tabulate
10
  textgrid@ git+https://github.com/kylebgorman/textgrid.git
11
  tqdm
12
+ matplotlib
13
+ gradio==3.19.0