kAIto47802 commited on
Commit
dbb3e47
Β·
1 Parent(s): b55d767

Add GitHub badge

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from utmosv2.utils import get_dataset, get_model
11
 
12
  description = (
13
  "# πŸš€ UTMOSv2 demo\n\n"
 
14
  "This is a demonstration of MOS prediction using UTMOSv2. "
15
  "This demonstration only accepts `.wav` format. Best at 16 kHz sampling rate."
16
  )
 
11
 
12
  description = (
13
  "# πŸš€ UTMOSv2 demo\n\n"
14
+ "[![GitHub](https://img.shields.io/badge/-GitHub-181717.svg?logo=github&style=flat)](https://github.com/sarulab-speech/UTMOSv2)\n\n"
15
  "This is a demonstration of MOS prediction using UTMOSv2. "
16
  "This demonstration only accepts `.wav` format. Best at 16 kHz sampling rate."
17
  )