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