svjack commited on
Commit
299a219
1 Parent(s): 43e415d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,6 +39,7 @@ demo = gr.Interface(
39
  outputs="json",
40
  title=f"Chinese Context Dialogue Generator 🐰 sample search demonstration",
41
  #description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/Daliy-Dialogue](https://github.com/svjack/Daliy-Dialogue)</h4></b>\n',
 
42
  examples=example_sample if example_sample else None,
43
  cache_examples = False
44
  )
 
39
  outputs="json",
40
  title=f"Chinese Context Dialogue Generator 🐰 sample search demonstration",
41
  #description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/Daliy-Dialogue](https://github.com/svjack/Daliy-Dialogue)</h4></b>\n',
42
+ description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/Context2Dialogue](https://github.com/svjack/Context2Dialogue)</h4></b>\n',
43
  examples=example_sample if example_sample else None,
44
  cache_examples = False
45
  )