XDHDD commited on
Commit
78b674e
·
verified ·
1 Parent(s): 845422c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -164,16 +164,16 @@ re_im = torch.stft(lossy_input_tensor, window, stride, window=hann, return_compl
164
  session, onnx_model, input_names, output_names = load_model(model_ver)
165
 
166
  with st.sidebar:
167
- st.title('Full-band Reccurent Network')
168
  st.header("Метрики")
169
- st.subheader("PESQ")
170
- st.text('Перцептивная оценка качества речи - https://ieeexplore.ieee.org/document/941023')
171
- st.subheader("STOI")
172
- st.text('Индекс объективной кратковременной разборчивости - https://ieeexplore.ieee.org/document/5495701')
173
- st.subheader("PLCMOS_v1&2")
174
- st.text('эталонная и неэталонная метрики https://arxiv.org/abs/2305.15127')
175
- st.subheader("WER")
176
- st.text('Процент нераспознанных слов - https://deepgram.com/learn/what-is-word-error-rate')
177
 
178
  if st.button('Сгенерировать потери'):
179
  with st.spinner('Ожидайте...'):
 
164
  session, onnx_model, input_names, output_names = load_model(model_ver)
165
 
166
  with st.sidebar:
167
+ st.title('Full-band Reccurent Network', anchor = 'https://arxiv.org/abs/2211.04071')
168
  st.header("Метрики")
169
+ st.subheader("PESQ", anchor = 'https://ieeexplore.ieee.org/document/941023')
170
+ st.text('Перцептивная оценка качества речи')
171
+ st.subheader("STOI", anchor = 'https://ieeexplore.ieee.org/document/5495701')
172
+ st.text('Индекс объективной кратковременной разборчивости')
173
+ st.subheader("PLCMOS_v1&2", anchor = 'https://arxiv.org/abs/2305.15127')
174
+ st.text('Эталонная и неэталонная метрики от Microsoft')
175
+ st.subheader("WER", anchor = 'https://deepgram.com/learn/what-is-word-error-rate')
176
+ st.text('Процент нераспознанных слов')
177
 
178
  if st.button('Сгенерировать потери'):
179
  with st.spinner('Ожидайте...'):