VanYsa commited on
Commit
d8920f1
1 Parent(s): e4337eb

added phonemizers

Browse files
Files changed (3) hide show
  1. app.py +2 -2
  2. packages.txt +4 -1
  3. requirements.txt +2 -1
app.py CHANGED
@@ -36,10 +36,10 @@ with gr.Blocks(css=css) as demo_blocks:
36
 
37
  with gr.Row():
38
  with gr.Column():
39
- inp_text = gr.Textbox(label="Input Text", info="What sentence would you like to synthesise?")
40
  btn = gr.Button("Generate Audio!")
41
 
42
-
43
  with gr.Column():
44
  out_audio = gr.Audio(type="numpy", autoplay=True, label="Generated Audio - British Female Speaker", show_label=True, visible=True)
45
 
 
36
 
37
  with gr.Row():
38
  with gr.Column():
39
+ inp_text = gr.Textbox(label="Input Text", info="What sentence would you like to synthesise?")
40
  btn = gr.Button("Generate Audio!")
41
 
42
+ #"Enter the text you would like to synthesise into speech. Amazing! One plus one is equal to two. \n The quick brown fox jumps over the lazy dog. \n 1. Mangoes \n 2. Fruits"
43
  with gr.Column():
44
  out_audio = gr.Audio(type="numpy", autoplay=True, label="Generated Audio - British Female Speaker", show_label=True, visible=True)
45
 
packages.txt CHANGED
@@ -1,2 +1,5 @@
1
  ffmpeg
2
- libsndfile1
 
 
 
 
1
  ffmpeg
2
+ libsndfile1
3
+ festival
4
+ espeak-ng
5
+ mbrola
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  git+https://github.com/NVIDIA/NeMo.git@0bb9e66a6d29b28e8831d1d1dd8a30310173ce46#egg=nemo_toolkit[all] # commit from main when canary buffered inference merged
2
  accelerate
3
  transformers
4
- SentencePiece
 
 
1
  git+https://github.com/NVIDIA/NeMo.git@0bb9e66a6d29b28e8831d1d1dd8a30310173ce46#egg=nemo_toolkit[all] # commit from main when canary buffered inference merged
2
  accelerate
3
  transformers
4
+ SentencePiece
5
+ phonemizer