Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +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 |
)
|
74 |
|
75 |
with demo:
|
|
|
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:
|