ai-art commited on
Commit
584ac78
1 Parent(s): de80e72

Update app.py - Link to SD

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ for x in range(8):
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
  title = "Stable Diffusion Prompt Generator"
41
- description = 'Submit your basic prompt. Magic-Prompt will gsuggest you more detailed prompts, ready to use with Stable Diffusion<br>'
42
 
43
  grad.Interface(fn=generate,
44
  inputs=txt,
 
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
  title = "Stable Diffusion Prompt Generator"
41
+ description = 'Submit your basic prompt. Magic-Prompt will gsuggest you more detailed prompts, ready to use with [Stable Diffusion] (https://stablediffusion.fr) <br>'
42
 
43
  grad.Interface(fn=generate,
44
  inputs=txt,