trifonova commited on
Commit
d60bc5d
·
1 Parent(s): 7ad1835

Change footer text

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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.<br>For faster generation you can try
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> 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
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">