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