Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from torchmetrics.audio import ShortTimeObjectiveIntelligibility as STOI
|
|
20 |
from torchmetrics.audio.pesq import PerceptualEvaluationSpeechQuality as PESQ
|
21 |
|
22 |
|
23 |
-
from plc_mos import PLCMOSEstimator
|
24 |
|
25 |
|
26 |
@st.cache
|
|
|
20 |
from torchmetrics.audio.pesq import PerceptualEvaluationSpeechQuality as PESQ
|
21 |
|
22 |
|
23 |
+
from PLCMOS.plc_mos import PLCMOSEstimator
|
24 |
|
25 |
|
26 |
@st.cache
|