Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|