Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,8 @@ def calc_mos(audio_path):
|
|
42 |
description ="""
|
43 |
MOS prediction demo using UTMOS-strong w/o phoneme encoder model, which is trained on the main track dataset.
|
44 |
This demo only accepts .wav format. Best at 16 kHz sampling rate.
|
|
|
|
|
45 |
"""
|
46 |
|
47 |
iface = gr.Interface(
|
|
|
42 |
description ="""
|
43 |
MOS prediction demo using UTMOS-strong w/o phoneme encoder model, which is trained on the main track dataset.
|
44 |
This demo only accepts .wav format. Best at 16 kHz sampling rate.
|
45 |
+
|
46 |
+
Paper is available [here](https://arxiv.org/abs/2204.02152)
|
47 |
"""
|
48 |
|
49 |
iface = gr.Interface(
|