Update app.py
Browse files
app.py
CHANGED
|
@@ -338,14 +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 |
-
"
|
| 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)."
|
| 346 |
-
" To use it, simply upload an image or PDF invoice and the model will predict values for several fields."
|
| 347 |
-
" You can also create additional fields by simply typing in a question."
|
| 348 |
-
" DocQuery is available on [Github](https://github.com/impira/docquery)."
|
| 349 |
)
|
| 350 |
|
| 351 |
document = gr.Variable()
|
|
|
|
| 338 |
with gr.Blocks(css=CSS) as demo:
|
| 339 |
gr.Markdown("# DocQuery for Invoices")
|
| 340 |
gr.Markdown(
|
| 341 |
+
"Invoice2Table"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 342 |
)
|
| 343 |
|
| 344 |
document = gr.Variable()
|