Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ file_score = gr.Interface(
|
|
45 |
),
|
46 |
],
|
47 |
outputs="text",
|
48 |
-
title="
|
49 |
description=(
|
50 |
"Score speech quality with the click of a button! Demo includes the"
|
51 |
" commonly used speech quality assessments for the audio file"
|
@@ -70,7 +70,7 @@ mic_score = gr.Interface(
|
|
70 |
),
|
71 |
],
|
72 |
outputs="label",
|
73 |
-
title="Test microphone quality using
|
74 |
description=(
|
75 |
"Score your microphone quality with the click of a button!"
|
76 |
" Uses the most popular method to test your microphone quality"
|
|
|
45 |
),
|
46 |
],
|
47 |
outputs="text",
|
48 |
+
title="Test your speech quality using speechscore",
|
49 |
description=(
|
50 |
"Score speech quality with the click of a button! Demo includes the"
|
51 |
" commonly used speech quality assessments for the audio file"
|
|
|
70 |
),
|
71 |
],
|
72 |
outputs="label",
|
73 |
+
title="Test your microphone quality using speechscore",
|
74 |
description=(
|
75 |
"Score your microphone quality with the click of a button!"
|
76 |
" Uses the most popular method to test your microphone quality"
|