svjack commited on
Commit
2ab3141
·
1 Parent(s): 32fcb0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ demo = gr.Interface(
26
  ],
27
  outputs="json",
28
  title=f"English Context Dialogue Generator 🦅 demonstration",
 
29
  examples=example_sample if example_sample else None,
30
  cache_examples = False
31
  )
 
26
  ],
27
  outputs="json",
28
  title=f"English Context Dialogue Generator 🦅 demonstration",
29
+ description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/Context2Dialogue](https://github.com/svjack/Context2Dialogue)</h4></b>\n',
30
  examples=example_sample if example_sample else None,
31
  cache_examples = False
32
  )