Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ def calc_mos(audio_path):
|
|
41 |
|
42 |
description ="""
|
43 |
MOS prediction demo using UTMOS-strong w/o phoneme encoder model, which is trained on the main track dataset.
|
|
|
44 |
"""
|
45 |
|
46 |
iface = gr.Interface(
|
|
|
41 |
|
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(
|