Pharma commited on
Commit
f140b8b
1 Parent(s): 4172617

Add link to Stable Diffusion space

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -60,7 +60,9 @@ with gr.Blocks(css=css) as demo:
60
  </div>
61
  <p style="margin-bottom: 10px; font-size: 94%">
62
  Sends an image in to <a href="https://huggingface.co/spaces/pharma/CLIP-Interrogator" target="_blank">CLIP Interrogator</a>
63
- to generate a text prompt which is then run through Stable Diffusion to generate new forms of the original!
 
 
64
  </p>
65
  </div>""")
66
 
 
60
  </div>
61
  <p style="margin-bottom: 10px; font-size: 94%">
62
  Sends an image in to <a href="https://huggingface.co/spaces/pharma/CLIP-Interrogator" target="_blank">CLIP Interrogator</a>
63
+ to generate a text prompt which is then run through
64
+ <a href="https://huggingface.co/spaces/stabilityai/stable-diffusion" target="_blank">Stable Diffusion</a>
65
+ to generate new forms of the original!
66
  </p>
67
  </div>""")
68