osanseviero commited on
Commit
c3179cf
Β·
1 Parent(s): ee6544b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -39,7 +39,10 @@ with gr.Blocks(css=css) as demo:
39
  gr.Markdown(
40
  """
41
  ## Stable Diffusion Perception πŸŽ†πŸŒŒ
42
- Want to figure out what a good prompt might be to create new images like an existing one. Use [CLIP Interrogator](https://huggingface.co/spaces/pharma/CLIP-Interrogator) to generate a prompt. Afterward, you can use Stable Diffusion to generate images based on the generated prompt.
 
 
 
43
  """
44
  )
45
 
 
39
  gr.Markdown(
40
  """
41
  ## Stable Diffusion Perception πŸŽ†πŸŒŒ
42
+ Want to figure out what a good prompt might be to create new images like an existing one?
43
+
44
+ Use [CLIP Interrogator](https://huggingface.co/spaces/pharma/CLIP-Interrogator) to generate a prompt.
45
+ Afterward, you can use Stable Diffusion to generate images based on the prompt.
46
  """
47
  )
48