Spaces:
Runtime error
Runtime error
AI changes
Browse files
app.py
CHANGED
|
@@ -210,11 +210,11 @@ iface = gr.Interface(
|
|
| 210 |
reference_textbox,
|
| 211 |
],
|
| 212 |
outputs=[
|
| 213 |
-
gr.Textbox(placeholder="Hypothesis", label="
|
| 214 |
-
gr.Textbox(placeholder="Word Error Rate", label="
|
| 215 |
gr.Plot(label="waveform")
|
| 216 |
],
|
| 217 |
-
title="Laronix
|
| 218 |
description=description,
|
| 219 |
examples=examples,
|
| 220 |
css=".body {background-color: green}",
|
|
|
|
| 210 |
reference_textbox,
|
| 211 |
],
|
| 212 |
outputs=[
|
| 213 |
+
gr.Textbox(placeholder="Hypothesis", label="Recognition by AI"),
|
| 214 |
+
gr.Textbox(placeholder="Word Error Rate", label="Word Error Rate (The lower the better)"),
|
| 215 |
gr.Plot(label="waveform")
|
| 216 |
],
|
| 217 |
+
title="Laronix Speech Recognition with AI",
|
| 218 |
description=description,
|
| 219 |
examples=examples,
|
| 220 |
css=".body {background-color: green}",
|