Ankur Goyal commited on
Commit
883c3a9
1 Parent(s): 87a4fef

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ gradio-app h2, .gradio-app h2 {
331
  """
332
 
333
  with gr.Blocks(css=CSS) as demo:
334
- gr.Markdown("# DocQuery: Document Query Engine")
335
  gr.Markdown(
336
  "DocQuery (created by [Impira](https://impira.com)) uses LayoutLMv1 fine-tuned on an invoice dataset"
337
  " as well as DocVQA and SQuAD, which boot its general comprehension skills. The model is an enhanced"
 
331
  """
332
 
333
  with gr.Blocks(css=CSS) as demo:
334
+ gr.Markdown("# DocQuery for Invoices")
335
  gr.Markdown(
336
  "DocQuery (created by [Impira](https://impira.com)) uses LayoutLMv1 fine-tuned on an invoice dataset"
337
  " as well as DocVQA and SQuAD, which boot its general comprehension skills. The model is an enhanced"