Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ mic_score = gr.Interface(
|
|
| 63 |
["DNSMOS", "SRMR"], value=["DNSMOS"], multiselect=True, label="Non-Intrusive Scores", info="Choose scores to include, no reference audio is required."
|
| 64 |
),
|
| 65 |
],
|
| 66 |
-
outputs="
|
| 67 |
title="Test your microphone quality using speechscore",
|
| 68 |
description=(
|
| 69 |
"Score your microphone quality with the click of a button!"
|
|
|
|
| 63 |
["DNSMOS", "SRMR"], value=["DNSMOS"], multiselect=True, label="Non-Intrusive Scores", info="Choose scores to include, no reference audio is required."
|
| 64 |
),
|
| 65 |
],
|
| 66 |
+
outputs="text",
|
| 67 |
title="Test your microphone quality using speechscore",
|
| 68 |
description=(
|
| 69 |
"Score your microphone quality with the click of a button!"
|