XDHDD commited on
Commit
bd7db8c
1 Parent(s): 8093d20

Update app.py

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