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

Update app.py

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