Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,7 @@ demo = gr.Interface(
|
|
36 |
outputs="json",
|
37 |
title=f"Bloom English Daliy Dialogue Generator ๐ฆ
๐ธ demonstration",
|
38 |
examples=example_sample if example_sample else None,
|
|
|
39 |
cache_examples = False
|
40 |
)
|
41 |
|
|
|
36 |
outputs="json",
|
37 |
title=f"Bloom English Daliy Dialogue Generator ๐ฆ
๐ธ demonstration",
|
38 |
examples=example_sample if example_sample else None,
|
39 |
+
description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/Daliy-Dialogue](https://github.com/svjack/Daliy-Dialogue)</h4></b>\n',
|
40 |
cache_examples = False
|
41 |
)
|
42 |
|