svjack commited on
Commit
ab767b2
·
1 Parent(s): 4745026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )