Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_Orange') as demo:
|
|
121 |
gr.HTML(
|
122 |
"""
|
123 |
<div class="footer">
|
124 |
-
<p> For
|
125 |
</p>
|
126 |
"""
|
127 |
)
|
|
|
121 |
gr.HTML(
|
122 |
"""
|
123 |
<div class="footer">
|
124 |
+
<p> For more than a hundred times more models (that's not a typo) check out <a href="https://huggingface.co/spaces/Yntec/HuggingfaceDiffusion">Huggingface Diffusion</a>!</a>
|
125 |
</p>
|
126 |
"""
|
127 |
)
|