Spaces:
Running
Running
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 speechscore",
|
| 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"
|
|
@@ -70,7 +70,7 @@ mic_score = gr.Interface(
|
|
| 70 |
" Uses the most popular method to test your microphone quality"
|
| 71 |
" with a short speech clip."
|
| 72 |
),
|
| 73 |
-
article = ("<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/speechscore' target='_blank'>Github Repo</a></p> for SpeechScore")
|
| 74 |
)
|
| 75 |
|
| 76 |
with demo:
|
|
|
|
| 39 |
),
|
| 40 |
],
|
| 41 |
outputs="text",
|
| 42 |
+
title="Test your speech quality using speechscore <a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/speechscore' target='_blank'>Github Repo</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"
|
|
|
|
| 70 |
" Uses the most popular method to test your microphone quality"
|
| 71 |
" with a short speech clip."
|
| 72 |
),
|
| 73 |
+
#article = ("<a href='https://github.com/modelscope/ClearerVoice-Studio/tree/main/speechscore' target='_blank'>Github Repo</a></p> for SpeechScore")
|
| 74 |
)
|
| 75 |
|
| 76 |
with demo:
|