os1187 commited on
Commit
6e67f46
1 Parent(s): fb95461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -288,14 +288,9 @@ gradio-app h2, .gradio-app h2 {
288
  """
289
 
290
  with gr.Blocks(css=CSS) as demo:
291
- gr.Markdown("# Document Q&A")
292
  gr.Markdown(
293
- "DocQuery (created by [Impira](https://impira.com?utm_source=huggingface&utm_medium=referral&utm_campaign=docquery_space))"
294
- " uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
295
- " answering dataset, as well as SQuAD, which boosts its English-language comprehension."
296
- " To use it, simply upload an image or PDF, type a question, and click 'submit', or "
297
- " click one of the examples to load them."
298
- " DocQuery is MIT-licensed and available on [Github](https://github.com/impira/docquery)."
299
  )
300
 
301
  document = gr.Variable()
 
288
  """
289
 
290
  with gr.Blocks(css=CSS) as demo:
291
+ gr.Markdown()
292
  gr.Markdown(
293
+
 
 
 
 
 
294
  )
295
 
296
  document = gr.Variable()