Ankur Goyal commited on
Commit
36034c6
1 Parent(s): 418105e

Add UTM parameters

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -338,7 +338,8 @@ 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)) uses LayoutLMv1 fine-tuned on an invoice dataset"
 
342
  " as well as DocVQA and SQuAD, which boot its general comprehension skills. The model is an enhanced"
343
  " QA architecture that supports selecting blocks of text which may be non-consecutive, which is a major"
344
  " issue when dealing with invoice documents (e.g. addresses)."
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"
345
  " issue when dealing with invoice documents (e.g. addresses)."