alibabasglab commited on
Commit
8d66ced
1 Parent(s): 6354b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text",
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!"