svjack commited on
Commit
7f8f2d8
·
1 Parent(s): da4df12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -51,6 +51,7 @@ demo = gr.Interface(
51
  ],
52
  outputs="json",
53
  title=f"Chinese Comet Atomic 🐰 demonstration",
 
54
  examples=example_sample if example_sample else None,
55
  cache_examples = False
56
  )
 
51
  ],
52
  outputs="json",
53
  title=f"Chinese Comet Atomic 🐰 demonstration",
54
+ description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/COMET-ATOMIC-En-Zh](https://github.com/svjack/COMET-ATOMIC-En-Zh)</h4></b>\n',
55
  examples=example_sample if example_sample else None,
56
  cache_examples = False
57
  )