Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,8 @@ demo = gr.Interface(
|
|
31 |
inputs="text",
|
32 |
outputs="json",
|
33 |
title=f"Question generate 🍩 demonstration",
|
34 |
-
description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/docvqa-gen](https://github.com/svjack/docvqa-gen)</h4></b>\n',
|
|
|
35 |
examples=example_sample if example_sample else None,
|
36 |
cache_examples = False
|
37 |
)
|
|
|
31 |
inputs="text",
|
32 |
outputs="json",
|
33 |
title=f"Question generate 🍩 demonstration",
|
34 |
+
#description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/docvqa-gen](https://github.com/svjack/docvqa-gen)</h4></b>\n',
|
35 |
+
description = description
|
36 |
examples=example_sample if example_sample else None,
|
37 |
cache_examples = False
|
38 |
)
|