JKrishnanandhaa commited on
Commit
a6e84c0
·
verified ·
1 Parent(s): 6687b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,9 +349,9 @@ with gr.Blocks(css=custom_css) as demo:
349
  """
350
  # 📄 Document Forgery Detection
351
  Upload a document image or PDF to detect and classify forgeries using deep learning. The system combines MobileNetV3-UNet for precise localization and LightGBM for classification, identifying Copy-Move, Splicing, and Text Substitution manipulations with detailed confidence scores and bounding boxes. Trained on 140K samples for robust performance.
352
- ---
353
  """
354
  )
 
355
 
356
  with gr.Row():
357
  with gr.Column(scale=1):
 
349
  """
350
  # 📄 Document Forgery Detection
351
  Upload a document image or PDF to detect and classify forgeries using deep learning. The system combines MobileNetV3-UNet for precise localization and LightGBM for classification, identifying Copy-Move, Splicing, and Text Substitution manipulations with detailed confidence scores and bounding boxes. Trained on 140K samples for robust performance.
 
352
  """
353
  )
354
+ gr.Markdown("---")
355
 
356
  with gr.Row():
357
  with gr.Column(scale=1):