Wataru commited on
Commit
7f297f1
1 Parent(s): f86154f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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(