Msp commited on
Commit
a8653b3
·
1 Parent(s): df0d2d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ gradio-app h2, .gradio-app h2 {
338
  with gr.Blocks(css=CSS) as demo:
339
  gr.Markdown("# DocQuery for Invoices")
340
  gr.Markdown(
341
- "DocQuery (created by [Impira](https://impira.com?utm_source=huggingface&utm_medium=referral&utm_campaign=invoices_space))"
342
  " uses LayoutLMv1 fine-tuned on an invoice dataset"
343
  " as well as DocVQA and SQuAD, which boot its general comprehension skills. The model is an enhanced"
344
  " QA architecture that supports selecting blocks of text which may be non-consecutive, which is a major"
 
338
  with gr.Blocks(css=CSS) as demo:
339
  gr.Markdown("# DocQuery for Invoices")
340
  gr.Markdown(
341
+ "DocQuery"
342
  " uses LayoutLMv1 fine-tuned on an invoice dataset"
343
  " as well as DocVQA and SQuAD, which boot its general comprehension skills. The model is an enhanced"
344
  " QA architecture that supports selecting blocks of text which may be non-consecutive, which is a major"