Update app.py
Browse files
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(
|
292 |
gr.Markdown(
|
293 |
-
|
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()
|