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