Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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
|