Spaces:
Build error
Build error
Update app.py
Browse files
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
|
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"
|