pnnbao-ump commited on
Commit
202241e
·
verified ·
1 Parent(s): 737e40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -26
app.py CHANGED
@@ -445,32 +445,19 @@ with gr.Blocks(theme=gr.themes.Soft(), title="MedCrab Translation") as demo:
445
  translation_output = gr.HTML(label="", value="")
446
 
447
  # Note: Upload ảnh qua Web UI sau khi space chạy, rồi uncomment phần này:
448
- # with gr.Accordion("📚 Ví dụ mẫu", open=True):
449
- # gr.Markdown("**Thử ngay với các ví dụ có sẵn:**")
450
- # gr.Examples(
451
- # examples=[
452
- # ["images/example 1.png", "Crab", "1"],
453
- # ["images/example 2.png", "Crab", "1"]
454
- # ],
455
- # inputs=[file_in, mode, page_input],
456
- # outputs=[translation_output],
457
- # fn=ocr_and_translate_streaming,
458
- # cache_examples=False,
459
- # label="Nhấp vào ví dụ để thử"
460
- # )
461
-
462
- with gr.Accordion("ℹ️ Hướng dẫn sử dụng", open=False):
463
- gr.Markdown("""
464
- **Quy trình đơn giản:**
465
- 1. 📤 Tải lên file PDF hoặc hình ảnh y khoa
466
- 2. 🚀 Nhấn nút "Quét OCR + Dịch tiếng Việt"
467
-
468
- **Chế độ OCR:**
469
- - **Crab**: 1024 base + 640 tiles (Tốt nhất, cân bằng)
470
- - **Base**: 1024×1024 (Nhanh hơn)
471
-
472
- **Lưu ý:** Space này sử dụng GPU miễn phí của Hugging Face, có thể mất vài giây để khởi động.
473
- """)
474
 
475
  with gr.Accordion("⚖️ Giấy phép & Liên hệ", open=False):
476
  gr.Markdown("""
 
445
  translation_output = gr.HTML(label="", value="")
446
 
447
  # Note: Upload ảnh qua Web UI sau khi space chạy, rồi uncomment phần này:
448
+ with gr.Accordion("📚 Ví dụ mẫu", open=True):
449
+ gr.Markdown("**Thử ngay với các ví dụ có sẵn:**")
450
+ gr.Examples(
451
+ examples=[
452
+ ["images/example 1.png", "Crab", "1"],
453
+ ["images/example 2.png", "Crab", "1"]
454
+ ],
455
+ inputs=[file_in, mode, page_input],
456
+ outputs=[translation_output],
457
+ fn=ocr_and_translate_streaming,
458
+ cache_examples=False,
459
+ label="Nhấp vào ví dụ để thử"
460
+ )
 
 
 
 
 
 
 
 
 
 
 
 
 
461
 
462
  with gr.Accordion("⚖️ Giấy phép & Liên hệ", open=False):
463
  gr.Markdown("""