Spaces:
Running
Running
alibabasglab
commited on
Commit
•
8d66ced
1
Parent(s):
6354b1b
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ mic_score = gr.Interface(
|
|
69 |
["DNSMOS", "SRMR"], value=["DNSMOS", "SRMR"], multiselect=True, label="Non-Intrusive Scores", info="Choose scores to include, no reference audio is required."
|
70 |
),
|
71 |
],
|
72 |
-
outputs="
|
73 |
title="Test microphone quality using speech score",
|
74 |
description=(
|
75 |
"Score your microphone quality with the click of a button!"
|
|
|
69 |
["DNSMOS", "SRMR"], value=["DNSMOS", "SRMR"], multiselect=True, label="Non-Intrusive Scores", info="Choose scores to include, no reference audio is required."
|
70 |
),
|
71 |
],
|
72 |
+
outputs="label",
|
73 |
title="Test microphone quality using speech score",
|
74 |
description=(
|
75 |
"Score your microphone quality with the click of a button!"
|