Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,7 @@ demo = gr.Interface(
|
|
72 |
],
|
73 |
outputs="json",
|
74 |
title=f"Stable Diffusion Chinese Prompt Extend 🐰 demonstration",
|
|
|
75 |
examples=example_sample if example_sample else None,
|
76 |
cache_examples = False
|
77 |
)
|
|
|
72 |
],
|
73 |
outputs="json",
|
74 |
title=f"Stable Diffusion Chinese Prompt Extend 🐰 demonstration",
|
75 |
+
description = 'This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/Stable-Diffusion-Chinese-Extend](https://github.com/svjack/Stable-Diffusion-Chinese-Extend)</h4></b>\n',
|
76 |
examples=example_sample if example_sample else None,
|
77 |
cache_examples = False
|
78 |
)
|