Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ example_sample = [["en_img.png", "605-7227"]]
|
|
68 |
demo=gr.Interface(fn=demo_process_vqa, inputs=['image','text'],
|
69 |
outputs=["json"],
|
70 |
examples=example_sample if example_sample else None,
|
|
|
71 |
cache_examples = False
|
72 |
)
|
73 |
demo.launch(share=False)
|
|
|
68 |
demo=gr.Interface(fn=demo_process_vqa, inputs=['image','text'],
|
69 |
outputs=["json"],
|
70 |
examples=example_sample if example_sample else None,
|
71 |
+
description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/docvqa-gen](https://github.com/svjack/docvqa-gen)</h4></b>\n',
|
72 |
cache_examples = False
|
73 |
)
|
74 |
demo.launch(share=False)
|