Update app.py
Browse files
app.py
CHANGED
@@ -165,6 +165,8 @@ session, onnx_model, input_names, output_names = load_model(model_ver)
|
|
165 |
|
166 |
with st.sidebar:
|
167 |
st.title('Full-band Reccurent Network', help = 'https://arxiv.org/abs/2211.04071')
|
|
|
|
|
168 |
st.header("Метрики")
|
169 |
st.subheader("PESQ", help = 'https://ieeexplore.ieee.org/document/941023')
|
170 |
st.text('Перцептивная оценка качества речи')
|
|
|
165 |
|
166 |
with st.sidebar:
|
167 |
st.title('Full-band Reccurent Network', help = 'https://arxiv.org/abs/2211.04071')
|
168 |
+
st.text('Авторы модели: Viet-Anh Nguyen and Anh H. T. Nguyen and Andy W. H. Khong')
|
169 |
+
st.link_button("Github авторов", "https://github.com/Crystalsound/FRN", help = 'Кликни на меня')
|
170 |
st.header("Метрики")
|
171 |
st.subheader("PESQ", help = 'https://ieeexplore.ieee.org/document/941023')
|
172 |
st.text('Перцептивная оценка качества речи')
|