Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,15 +39,14 @@ def calc_mos(audio_path):
|
|
| 39 |
|
| 40 |
|
| 41 |
description ="""
|
| 42 |
-
|
| 43 |
-
This model is trained on BVCC dataset.
|
| 44 |
"""
|
| 45 |
|
| 46 |
iface = gr.Interface(
|
| 47 |
fn=calc_mos,
|
| 48 |
inputs=gr.inputs.Audio(type='filepath'),
|
| 49 |
outputs="text",
|
| 50 |
-
title="UTMOS
|
| 51 |
description=description,
|
| 52 |
allow_flagging=False,
|
| 53 |
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
description ="""
|
| 42 |
+
MOS prediction demo using UTMOS-strong w/o phoneme encoder model, which is trained on the main track dataset.
|
|
|
|
| 43 |
"""
|
| 44 |
|
| 45 |
iface = gr.Interface(
|
| 46 |
fn=calc_mos,
|
| 47 |
inputs=gr.inputs.Audio(type='filepath'),
|
| 48 |
outputs="text",
|
| 49 |
+
title="UTMOS Demo",
|
| 50 |
description=description,
|
| 51 |
allow_flagging=False,
|
| 52 |
|