Spaces:
Build error
Build error
Change footer text
Browse files
app.py
CHANGED
|
@@ -212,9 +212,7 @@ with block:
|
|
| 212 |
</h1>
|
| 213 |
</div>
|
| 214 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 215 |
-
Stable Diffusion v1-5 is the latest version of the state of the art text-to-image model.<
|
| 216 |
-
<a href="https://app.runwayml.com/ai-tools/text-to-image"
|
| 217 |
-
style="text-decoration: underline;" target="_blank">text to image tool at Runway.</a>
|
| 218 |
</p>
|
| 219 |
</div>
|
| 220 |
"""
|
|
@@ -290,7 +288,7 @@ with block:
|
|
| 290 |
gr.HTML(
|
| 291 |
"""
|
| 292 |
<div class="footer">
|
| 293 |
-
<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>
|
| 294 |
</p>
|
| 295 |
</div>
|
| 296 |
<div class="acknowledgments">
|
|
|
|
| 212 |
</h1>
|
| 213 |
</div>
|
| 214 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 215 |
+
Stable Diffusion v1-5 is the latest version of the state of the art text-to-image model.</a>
|
|
|
|
|
|
|
| 216 |
</p>
|
| 217 |
</div>
|
| 218 |
"""
|
|
|
|
| 288 |
gr.HTML(
|
| 289 |
"""
|
| 290 |
<div class="footer">
|
| 291 |
+
<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> powered by <a href="https://faircompute.com/" style="text-decoration: underline;" target="_blank">FairCompute</a> platform
|
| 292 |
</p>
|
| 293 |
</div>
|
| 294 |
<div class="acknowledgments">
|