alibabasglab commited on
Commit
02e045f
·
verified ·
1 Parent(s): 2fa8adf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,7 +45,7 @@ file_score = gr.Interface(
45
  ),
46
  ],
47
  outputs="text",
48
- title="Score speech quality for an audio clip",
49
  description=(
50
  "Score speech quality with the click of a button! Demo includes the"
51
  " commonly used speech quality assessments for the audio file"
@@ -70,7 +70,7 @@ mic_score = gr.Interface(
70
  ),
71
  ],
72
  outputs="label",
73
- title="Test microphone quality using speech score",
74
  description=(
75
  "Score your microphone quality with the click of a button!"
76
  " Uses the most popular method to test your microphone quality"
 
45
  ),
46
  ],
47
  outputs="text",
48
+ title="Test your speech quality using speechscore",
49
  description=(
50
  "Score speech quality with the click of a button! Demo includes the"
51
  " commonly used speech quality assessments for the audio file"
 
70
  ),
71
  ],
72
  outputs="label",
73
+ title="Test your microphone quality using speechscore",
74
  description=(
75
  "Score your microphone quality with the click of a button!"
76
  " Uses the most popular method to test your microphone quality"