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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ Add WER interface.
87
  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 Author 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"),
 
87
  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"),