ranbac commited on
Commit
9e8099e
·
verified ·
1 Parent(s): 4fa9d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, show_copy_button=True)
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