Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
·
b12ef9e
1
Parent(s):
1da0e2a
fix comment
Browse files
app.py
CHANGED
@@ -175,7 +175,8 @@ with demo:
|
|
175 |
"<div>first input name, race and class (or generate them randomly)</div>"
|
176 |
"<div>Next, use GPT-J to generate a short description</div>"
|
177 |
"<div>Finally, Generate an illustration 🎨 provided by <a href=https://huggingface.co/spaces/multimodalart/latentdiffusion>Latent Diffusion model</a>.</div>"
|
178 |
-
"<div>Or using <a href=https://huggingface.co/spaces/multimodalart/rudalle> Rudalle model</a>.</div>"
|
|
|
179 |
)
|
180 |
|
181 |
with gr.Row():
|
|
|
175 |
"<div>first input name, race and class (or generate them randomly)</div>"
|
176 |
"<div>Next, use GPT-J to generate a short description</div>"
|
177 |
"<div>Finally, Generate an illustration 🎨 provided by <a href=https://huggingface.co/spaces/multimodalart/latentdiffusion>Latent Diffusion model</a>.</div>"
|
178 |
+
#"<div>Or using <a href=https://huggingface.co/spaces/multimodalart/rudalle> Rudalle model</a>.</div>"
|
179 |
+
"<div>Or using <a href=https://huggingface.co/spaces/Gradio-Blocks/clip-guided-faces> clip-guides faces</a>.</div>"
|
180 |
)
|
181 |
|
182 |
with gr.Row():
|