XDHDD commited on
Commit
82a7041
1 Parent(s): fa9b810

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ st.audio(uploaded_file)
116
 
117
  model_ver = st.selectbox(
118
  'Оригинал или Pruned ?',
119
- ('frn.onnx', 'frn_modified.onnx', 'frn_out_Q.onnx', 'frn_out_QF.onnx', 'frn_out_QInt16.onnx', 'frn_out_QInt8.onnx', 'frn_out_QUInt8.onnx', 'frn_out_QUint16.onnx', 'frn_fp16 (1).onnx'))
120
 
121
  st.write('Вы выбрали:', model_ver)
122
 
 
116
 
117
  model_ver = st.selectbox(
118
  'Оригинал или Pruned ?',
119
+ ('frn.onnx', 'frn_modified.onnx', 'frn_out_Q.onnx', 'frn_out_QF.onnx', 'frn_out_QInt16.onnx', 'frn_out_QInt8.onnx', 'frn_out_QUInt8.onnx', 'frn_out_QUInt16.onnx', 'frn_fp16 (1).onnx'))
120
 
121
  st.write('Вы выбрали:', model_ver)
122