Haopeng commited on
Commit
00acbf0
·
1 Parent(s): 38b72d5

AI changes

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -210,11 +210,11 @@ iface = gr.Interface(
210
  reference_textbox,
211
  ],
212
  outputs=[
213
- gr.Textbox(placeholder="Hypothesis", label="Hypothesis"),
214
- gr.Textbox(placeholder="Word Error Rate", label="WER"),
215
  gr.Plot(label="waveform")
216
  ],
217
- title="Laronix Automatic Speech Recognition",
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}",