alibabasglab commited on
Commit
31adb1a
·
verified ·
1 Parent(s): c932300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ file_score = gr.Interface(
39
  ),
40
  gr.Dropdown(
41
  ["PESQ", 'NB_PESQ', 'STOI', 'SISDR',
42
- 'FWSEGSNR', 'LSD', 'BSSEval', 'DNSMOS',
43
  'SNR', 'SSNR', 'LLR', 'CSIG', 'CBAK',
44
  'COVL', 'MCD'], value=["PESQ", "STOI"], multiselect=True, label="Intrusive Scores", info="Choose scores to include, reference audio is required."
45
  ),
 
39
  ),
40
  gr.Dropdown(
41
  ["PESQ", 'NB_PESQ', 'STOI', 'SISDR',
42
+ 'FWSEGSNR', 'LSD', 'BSSEval',
43
  'SNR', 'SSNR', 'LLR', 'CSIG', 'CBAK',
44
  'COVL', 'MCD'], value=["PESQ", "STOI"], multiselect=True, label="Intrusive Scores", info="Choose scores to include, reference audio is required."
45
  ),