Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ if __name__ == '__main__':
|
|
107 |
interactive=True,
|
108 |
info='[0, 1.0]')
|
109 |
|
110 |
-
gr.Markdown('**[模型选择](https://github.com/RapidAI/RapidOCR/blob/main/docs/models.md)**')
|
111 |
with gr.Row():
|
112 |
text_det = gr.Dropdown(['ch_PP-OCRv3_det_infer.onnx',
|
113 |
'ch_PP-OCRv2_det_infer.onnx',
|
|
|
107 |
interactive=True,
|
108 |
info='[0, 1.0]')
|
109 |
|
110 |
+
gr.Markdown('**[模型选择](https://github.com/RapidAI/RapidOCR/blob/main/docs/models.md)** (模型转换→[PaddleOCRModelConverter](https://github.com/RapidAI/PaddleOCRModelConverter))')
|
111 |
with gr.Row():
|
112 |
text_det = gr.Dropdown(['ch_PP-OCRv3_det_infer.onnx',
|
113 |
'ch_PP-OCRv2_det_infer.onnx',
|