Ankur Goyal commited on
Commit
b403624
1 Parent(s): 08b4b49

Tweak description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -262,11 +262,11 @@ gradio-app h2, .gradio-app h2 {
262
  with gr.Blocks(css=CSS) as demo:
263
  gr.Markdown("# DocQuery: Document Query Engine")
264
  gr.Markdown(
265
- "DocQuery uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
266
  " answering dataset, as well as SQuAD, which boosts its English-language comprehension."
267
  " To use it, simply upload an image or PDF, type a question, and click 'submit', or "
268
  " click one of the examples to load them."
269
- " [Github Repo](https://github.com/impira/docquery)"
270
  )
271
 
272
  document = gr.Variable()
262
  with gr.Blocks(css=CSS) as demo:
263
  gr.Markdown("# DocQuery: Document Query Engine")
264
  gr.Markdown(
265
+ "DocQuery (created by [Impira](https://impira.com)) uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
266
  " answering dataset, as well as SQuAD, which boosts its English-language comprehension."
267
  " To use it, simply upload an image or PDF, type a question, and click 'submit', or "
268
  " click one of the examples to load them."
269
+ " DocQuery is MIT-licensed and available on [Github](https://github.com/impira/docquery)."
270
  )
271
 
272
  document = gr.Variable()