Update app.py
Browse files
app.py
CHANGED
|
@@ -258,7 +258,7 @@ with gr.Blocks(title="PaddleOCR Multi-Language", css=css, theme=gr.themes.Soft()
|
|
| 258 |
with gr.TabItem("🖼️ Kết quả Hình ảnh"):
|
| 259 |
output_img = gr.Image(type="pil", label="Ảnh đã vẽ khung")
|
| 260 |
with gr.TabItem("📝 Văn bản (Text)"):
|
| 261 |
-
output_txt = gr.Textbox(label="Nội dung trích xuất", lines=15
|
| 262 |
with gr.TabItem("🐞 Debug Info"):
|
| 263 |
output_debug = gr.Textbox(label="Dữ liệu kỹ thuật", lines=15)
|
| 264 |
|
|
|
|
| 258 |
with gr.TabItem("🖼️ Kết quả Hình ảnh"):
|
| 259 |
output_img = gr.Image(type="pil", label="Ảnh đã vẽ khung")
|
| 260 |
with gr.TabItem("📝 Văn bản (Text)"):
|
| 261 |
+
output_txt = gr.Textbox(label="Nội dung trích xuất", lines=15)
|
| 262 |
with gr.TabItem("🐞 Debug Info"):
|
| 263 |
output_debug = gr.Textbox(label="Dữ liệu kỹ thuật", lines=15)
|
| 264 |
|