minor update on disclaimer
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def getImage(prompt):
|
|
| 24 |
|
| 25 |
demo = gr.Interface(
|
| 26 |
fn = run,
|
| 27 |
-
article = "<p>For better accuracy, please enter the following information about the person you want to generate a portrait for.</p><h3>Biases and content acknowledgment</h3><p>Beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the LAION-5B dataset, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes.</p><p>You can read more in the model card <a href=\"https://huggingface.co/CompVis/stable-diffusion-v1-4\" target=\"_blank\">HERE.</a></p>"
|
| 28 |
,
|
| 29 |
inputs = [
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
demo = gr.Interface(
|
| 26 |
fn = run,
|
| 27 |
+
article = "<p>For better accuracy, please enter the following information about the person you want to generate a portrait for.</p><h3>Biases and content acknowledgment</h3><p>Beware to the fact that this is a pre-trained model that may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the LAION-5B dataset, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes.</p><p>You can read more in the model card <a href=\"https://huggingface.co/CompVis/stable-diffusion-v1-4\" target=\"_blank\">HERE.</a></p>"
|
| 28 |
,
|
| 29 |
inputs = [
|
| 30 |
|