Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
a95a324
1
Parent(s):
526c0b6
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ with block:
|
|
284 |
gr.HTML(
|
285 |
"""
|
286 |
<div class="footer">
|
287 |
-
<p>Model by <a href="https://huggingface.co/stabilityai" style="text-decoration: underline;" target="_blank">StabilityAI</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
|
288 |
</p>
|
289 |
</div>
|
290 |
"""
|
@@ -295,7 +295,7 @@ with block:
|
|
295 |
<p><h4>LICENSE</h4>
|
296 |
The model is licensed with a <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md" style="text-decoration: underline;" target="_blank">Stability AI CreativeML Open RAIL++-M</a> license. The License allows users to take advantage of the model in a wide range of settings (including free use and redistribution) as long as they respect the specific use case restrictions outlined, which correspond to model applications the licensor deems ill-suited for the model or are likely to cause harm. For the full list of restrictions please <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md" target="_blank" style="text-decoration: underline;" target="_blank">read the license</a></p>
|
297 |
<p><h4>Biases and content acknowledgment</h4>
|
298 |
-
Despite how impressive being able to turn text into image is, beware that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence.
|
299 |
</div>
|
300 |
"""
|
301 |
)
|
|
|
284 |
gr.HTML(
|
285 |
"""
|
286 |
<div class="footer">
|
287 |
+
<p>Model by <a href="https://huggingface.co/stabilityai" style="text-decoration: underline;" target="_blank">StabilityAI</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 - this is not an official Google Product
|
288 |
</p>
|
289 |
</div>
|
290 |
"""
|
|
|
295 |
<p><h4>LICENSE</h4>
|
296 |
The model is licensed with a <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md" style="text-decoration: underline;" target="_blank">Stability AI CreativeML Open RAIL++-M</a> license. The License allows users to take advantage of the model in a wide range of settings (including free use and redistribution) as long as they respect the specific use case restrictions outlined, which correspond to model applications the licensor deems ill-suited for the model or are likely to cause harm. For the full list of restrictions please <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md" target="_blank" style="text-decoration: underline;" target="_blank">read the license</a></p>
|
297 |
<p><h4>Biases and content acknowledgment</h4>
|
298 |
+
Despite how impressive being able to turn text into image is, beware that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. You can read more in the <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0" style="text-decoration: underline;" target="_blank">model card</a></p>
|
299 |
</div>
|
300 |
"""
|
301 |
)
|