SWHL commited on
Commit
adc39cc
1 Parent(s): 5c14621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ if __name__ == "__main__":
176
  "ch_ppocr_server_v2.0_rec_infer.onnx",
177
  "en_PP-OCRv3_rec_infer.onnx",
178
  "en_number_mobile_v2.0_rec_infer.onnx",
179
- "korean_mobile_v2.0_rec_infer.onnx",
180
  "japan_rec_crnn_v2.onnx",
181
  ]
182
  select_rec = menu_rec.selectbox("Rec model:", rec_models)
 
176
  "ch_ppocr_server_v2.0_rec_infer.onnx",
177
  "en_PP-OCRv3_rec_infer.onnx",
178
  "en_number_mobile_v2.0_rec_infer.onnx",
179
+ # "korean_mobile_v2.0_rec_infer.onnx",
180
  "japan_rec_crnn_v2.onnx",
181
  ]
182
  select_rec = menu_rec.selectbox("Rec model:", rec_models)