Spaces:
Running
Running
Add link to Stable Diffusion space
Browse files
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
|
|
|
|
|
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 |
|