alibabasglab commited on
Commit
eed6374
·
verified ·
1 Parent(s): 3082625

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: