Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ demo = gr.Interface(
|
|
22 |
inputs="text",
|
23 |
outputs="json",
|
24 |
title=f"Question generate 🍩 demonstration",
|
|
|
25 |
examples=example_sample if example_sample else None,
|
26 |
cache_examples = False
|
27 |
)
|
|
|
22 |
inputs="text",
|
23 |
outputs="json",
|
24 |
title=f"Question generate 🍩 demonstration",
|
25 |
+
description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/docvqa-gen](https://github.com/svjack/docvqa-gen)</h4></b>\n',
|
26 |
examples=example_sample if example_sample else None,
|
27 |
cache_examples = False
|
28 |
)
|