Update app.py
Browse files
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
|
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"),
|