svjack commited on
Commit
3d4fd9c
1 Parent(s): 8557095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
  )