svjack commited on
Commit
ae97018
·
1 Parent(s): 7b98de5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ demo = gr.Interface(
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
  )
 
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
  )