Spaces:
Runtime error
Runtime error
update header and footer (#1)
Browse files- update header and footer (c6282f71eb5651ed8e864ecbe85d0b7899700cab)
app.py
CHANGED
@@ -213,7 +213,9 @@ with block:
|
|
213 |
</h1>
|
214 |
</div>
|
215 |
<p style="margin-bottom: 10px; font-size: 94%">
|
216 |
-
Stable Diffusion v1-5 is the latest version of the state of the art text-to-image model
|
|
|
|
|
217 |
</p>
|
218 |
</div>
|
219 |
"""
|
@@ -289,7 +291,7 @@ with block:
|
|
289 |
gr.HTML(
|
290 |
"""
|
291 |
<div class="footer">
|
292 |
-
<p>Model by <a href="https://huggingface.co/CompVis" style="text-decoration: underline;" target="_blank">CompVis</a>
|
293 |
</p>
|
294 |
</div>
|
295 |
<div class="acknowledgments">
|
|
|
213 |
</h1>
|
214 |
</div>
|
215 |
<p style="margin-bottom: 10px; font-size: 94%">
|
216 |
+
Stable Diffusion v1-5 is the latest version of the state of the art text-to-image model.<br>For faster generation you can try
|
217 |
+
<a href="https://app.runwayml.com/ai-tools/text-to-image"
|
218 |
+
style="text-decoration: underline;" target="_blank">text to image tool at Runway.</a>
|
219 |
</p>
|
220 |
</div>
|
221 |
"""
|
|
|
291 |
gr.HTML(
|
292 |
"""
|
293 |
<div class="footer">
|
294 |
+
<p>Model by <a href="https://huggingface.co/CompVis" style="text-decoration: underline;" target="_blank">CompVis</a> and <a href="https://runwayml.com/" style="text-decoration: underline;" target="_blank">Runway</a> supported by <a href="https://huggingface.co/stabilityai" style="text-decoration: underline;" target="_blank">Stability AI</a> - backend running JAX on TPUs due to generous support of <a href="https://sites.research.google/trc/about/" style="text-decoration: underline;" target="_blank">Google TRC program</a> - Gradio Demo by 🤗 Hugging Face
|
295 |
</p>
|
296 |
</div>
|
297 |
<div class="acknowledgments">
|