Ammar-alhaj-ali commited on
Commit
4dd4b40
1 Parent(s): 63a9bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def process_image(image):
92
 
93
 
94
  title = "Extracting information from FUNSD using the LayoutLMv3 "
95
- description = "I Fine tuned LayoutLMv3 on FUNSD (Form Understanding in. Noisy Scanned Documents) "
96
 
97
  article="<b>References</b><br>[1] Y. Xu et al., “LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking.” 2022. <a href='https://arxiv.org/abs/2204.08387'>Paper Link</a><br>[2]"
98
 
 
92
 
93
 
94
  title = "Extracting information from FUNSD using the LayoutLMv3 "
95
+ description = "I Fine tuned LayoutLMv3 on Invoice Dataset [darentang/generated] "
96
 
97
  article="<b>References</b><br>[1] Y. Xu et al., “LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking.” 2022. <a href='https://arxiv.org/abs/2204.08387'>Paper Link</a><br>[2]"
98