Spaces:
Running
Running
Update app.py
Browse files
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)
|