update safety checker notice
Browse files
app.py
CHANGED
|
@@ -85,10 +85,10 @@ with gr.Blocks() as demo:
|
|
| 85 |
<p>For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings.<br/>
|
| 86 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true">
|
| 87 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 88 |
-
|
| 89 |
Any attempts to generate inappropriate or NSFW images will result in the display of a black screen
|
| 90 |
as a precautionary measure for the protection of all users. We appreciate your cooperation in
|
| 91 |
-
maintaining a safe and appropriate environment for all members of our community
|
| 92 |
<p/>""")
|
| 93 |
with gr.Row():
|
| 94 |
with gr.Column():
|
|
|
|
| 85 |
<p>For faster inference without waiting in the queue, you may duplicate the space and upgrade to GPU in settings.<br/>
|
| 86 |
<a href="https://huggingface.co/spaces/ysharma/InstructPix2Pix_Chatbot?duplicate=true">
|
| 87 |
<img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
| 88 |
+
**Note: Please be advised that a safety checker has been implemented in this public space.
|
| 89 |
Any attempts to generate inappropriate or NSFW images will result in the display of a black screen
|
| 90 |
as a precautionary measure for the protection of all users. We appreciate your cooperation in
|
| 91 |
+
maintaining a safe and appropriate environment for all members of our community.**
|
| 92 |
<p/>""")
|
| 93 |
with gr.Row():
|
| 94 |
with gr.Column():
|