hexgrad commited on
Commit
d99a319
·
verified ·
1 Parent(s): 4f8fe3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ Misaki is an experimental G2P engine designed to power future versions of Kokoro
22
  This English-only preview is primarily intended for researchers and linguists. It may be deeply uninteresting to most people.
23
  ''', container=True)
24
  gr.Interface(fn=predict, inputs=[gr.Text(), gr.Checkbox(), gr.Checkbox()],
25
- outputs=[gr.Text(label='phonemes'), gr.Number(label='token_count (aim for <= 510)'), gr.Text(label='trace'), gr.Number(label='elapsed_cpu_time')])
26
  gr.Markdown('''
27
  ### Examples
28
  ```md
 
22
  This English-only preview is primarily intended for researchers and linguists. It may be deeply uninteresting to most people.
23
  ''', container=True)
24
  gr.Interface(fn=predict, inputs=[gr.Text(), gr.Checkbox(), gr.Checkbox()],
25
+ outputs=[gr.Text(label='phonemes'), gr.Number(label='token_count (<= 510 fits in Kokoro context length)'), gr.Text(label='trace'), gr.Number(label='elapsed_cpu_time')])
26
  gr.Markdown('''
27
  ### Examples
28
  ```md