Spaces:
Running
Running
alibabasglab
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ file_score = gr.Interface(
|
|
39 |
),
|
40 |
],
|
41 |
outputs="text",
|
42 |
-
title="Test your speech quality using
|
43 |
description=(
|
44 |
"Score speech quality with the click of a button! Demo includes the"
|
45 |
" commonly used speech quality assessments for the audio file"
|
@@ -64,7 +64,7 @@ mic_score = gr.Interface(
|
|
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!"
|
70 |
" Uses the most popular method to test your microphone quality"
|
|
|
39 |
),
|
40 |
],
|
41 |
outputs="text",
|
42 |
+
title="Test your speech quality using <a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/speechscore' target='_blank'>speechscore</a></p>",
|
43 |
description=(
|
44 |
"Score speech quality with the click of a button! Demo includes the"
|
45 |
" commonly used speech quality assessments for the audio file"
|
|
|
64 |
),
|
65 |
],
|
66 |
outputs="text",
|
67 |
+
title="Test your microphone quality using <a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/speechscore' target='_blank'>speechscore</a></p>",
|
68 |
description=(
|
69 |
"Score your microphone quality with the click of a button!"
|
70 |
" Uses the most popular method to test your microphone quality"
|