saefro991 commited on
Commit
bc80791
1 Parent(s): 45b5074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -39,15 +39,14 @@ def calc_mos(audio_path):
39
 
40
 
41
  description ="""
42
- The demo for UTMOS-strong w/o phoneme encoder.
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 demo page",
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