Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -286,9 +286,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
286 |
"Document_Parser is built on top of DocQuery library)"
|
287 |
" uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
|
288 |
" answering dataset, as well as SQuAD, which boosts its English-language comprehension."
|
289 |
-
|
290 |
-
" click one of the examples to load them."
|
291 |
-
" DocQuery is MIT-licensed and available on [Github](https://github.com/impira/docquery)."
|
292 |
)
|
293 |
|
294 |
document = gr.Variable()
|
|
|
286 |
"Document_Parser is built on top of DocQuery library)"
|
287 |
" uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
|
288 |
" answering dataset, as well as SQuAD, which boosts its English-language comprehension."
|
289 |
+
|
|
|
|
|
290 |
)
|
291 |
|
292 |
document = gr.Variable()
|