KevinGeng commited on
Commit
f3b6079
1 Parent(s): de90bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ iface = gr.Interface(
88
  fn=calc_mos,
89
  inputs=[gr.Audio(source="microphone", type='filepath', label="Audio to evaluate"),
90
  gr.Textbox(value="Once upon a time there was a young rat named Arthur who couldn’t make up his mind.",
91
- placeholder="Input referance here",
92
- label="Referance")],
93
  outputs=[gr.Textbox(placeholder="Predicted MOS", label="Predicted MOS"),
94
  gr.Textbox(placeholder="Hypothesis", label="Hypothesis"),
95
  gr.Textbox(placeholder="Word Error Rate", label = "WER"),
 
88
  fn=calc_mos,
89
  inputs=[gr.Audio(source="microphone", type='filepath', label="Audio to evaluate"),
90
  gr.Textbox(value="Once upon a time there was a young rat named Arthur who couldn’t make up his mind.",
91
+ placeholder="Input reference here",
92
+ label="Reference")],
93
  outputs=[gr.Textbox(placeholder="Predicted MOS", label="Predicted MOS"),
94
  gr.Textbox(placeholder="Hypothesis", label="Hypothesis"),
95
  gr.Textbox(placeholder="Word Error Rate", label = "WER"),