Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ file_score = gr.Interface(
|
|
| 35 |
gr.Audio(sources=["upload"], label="test file", type="filepath"),
|
| 36 |
gr.Audio(sources=["upload"], label="reference file", type="filepath"),
|
| 37 |
gr.Dropdown(
|
| 38 |
-
["DNSMOS", "SRMR"], value=["DNSMOS"], multiselect=True, label="Non-Intrusive Scores", info="Choose scores to include,
|
| 39 |
),
|
| 40 |
gr.Dropdown(
|
| 41 |
["PESQ", 'NB_PESQ', 'STOI', 'SISDR',
|
|
|
|
| 35 |
gr.Audio(sources=["upload"], label="test file", type="filepath"),
|
| 36 |
gr.Audio(sources=["upload"], label="reference file", type="filepath"),
|
| 37 |
gr.Dropdown(
|
| 38 |
+
["DNSMOS", "SRMR"], value=["DNSMOS"], multiselect=True, label="Non-Intrusive Scores", info="Choose scores to include, reference audio is not required."
|
| 39 |
),
|
| 40 |
gr.Dropdown(
|
| 41 |
["PESQ", 'NB_PESQ', 'STOI', 'SISDR',
|