Spaces:
Runtime error
Runtime error
Ankur Goyal
commited on
Commit
•
64aa075
1
Parent(s):
bd8e0c3
Add some UTM params
Browse files
app.py
CHANGED
@@ -280,7 +280,8 @@ gradio-app h2, .gradio-app h2 {
|
|
280 |
with gr.Blocks(css=CSS) as demo:
|
281 |
gr.Markdown("# DocQuery: Document Query Engine")
|
282 |
gr.Markdown(
|
283 |
-
"DocQuery (created by [Impira](https://impira.com))
|
|
|
284 |
" answering dataset, as well as SQuAD, which boosts its English-language comprehension."
|
285 |
" To use it, simply upload an image or PDF, type a question, and click 'submit', or "
|
286 |
" click one of the examples to load them."
|
|
|
280 |
with gr.Blocks(css=CSS) as demo:
|
281 |
gr.Markdown("# DocQuery: Document Query Engine")
|
282 |
gr.Markdown(
|
283 |
+
"DocQuery (created by [Impira](https://impira.com?utm_source=huggingface&utm_medium=referral&utm_campaign=docquery_space))"
|
284 |
+
" uses LayoutLMv1 fine-tuned on DocVQA, a document visual question"
|
285 |
" answering dataset, as well as SQuAD, which boosts its English-language comprehension."
|
286 |
" To use it, simply upload an image or PDF, type a question, and click 'submit', or "
|
287 |
" click one of the examples to load them."
|