Spaces:
Running
Running
Update app.py
Browse files
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',
|
| 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 |
),
|