Amanda commited on
Commit
8a5963c
·
1 Parent(s): 9d78e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -79,11 +79,7 @@ examples = [
79
  [
80
  "Invoice2.png",
81
  "What is the Invoice Total?",
82
- ],
83
- [
84
- "EAC.png",
85
- "What is the Document Type?",
86
- ],
87
 
88
  ]
89
 
@@ -270,7 +266,7 @@ gradio-app h2, .gradio-app h2 {
270
  """
271
 
272
  with gr.Blocks(css=CSS) as demo:
273
- gr.Markdown("# Ashling Partners Document Understanding Space: Document QA Comparison")
274
  gr.Markdown(
275
  "This space is inspired by Impira's DocQuery Space"
276
  " uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
 
79
  [
80
  "Invoice2.png",
81
  "What is the Invoice Total?",
82
+ ]
 
 
 
 
83
 
84
  ]
85
 
 
266
  """
267
 
268
  with gr.Blocks(css=CSS) as demo:
269
+ gr.Markdown("# 🥳 Ashling Partners Document QA Playground")
270
  gr.Markdown(
271
  "This space is inspired by Impira's DocQuery Space"
272
  " uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"