Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ import onnxruntime, onnx
|
|
| 9 |
import matplotlib.pyplot as plt
|
| 10 |
import numpy as np
|
| 11 |
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
|
| 12 |
-
from torchmetrics.audio import ShortTimeObjectiveIntelligibility as STOI
|
| 13 |
-
from torchmetrics.audio import PerceptualEvaluationSpeechQuality as PESQ
|
| 14 |
import pandas as pd
|
| 15 |
|
| 16 |
@st.cache
|
|
|
|
| 9 |
import matplotlib.pyplot as plt
|
| 10 |
import numpy as np
|
| 11 |
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
|
| 12 |
+
from torchmetrics.audio.stoi import ShortTimeObjectiveIntelligibility as STOI
|
| 13 |
+
from torchmetrics.audio.pesq import PerceptualEvaluationSpeechQuality as PESQ
|
| 14 |
import pandas as pd
|
| 15 |
|
| 16 |
@st.cache
|