Spaces:
Running
on
Zero
Running
on
Zero
kAIto47802
commited on
Commit
Β·
dbb3e47
1
Parent(s):
b55d767
Add GitHub badge
Browse files
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 |
+
"[](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 |
)
|