aarodi commited on
Commit
83413da
·
verified ·
1 Parent(s): a5f69dd

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +2 -0
hackaprompt/gradio_app.py CHANGED
@@ -150,6 +150,8 @@ with gr.Blocks(css="""
150
 
151
  Good luck! 💪
152
 
 
 
153
  📝 Note: For data retention details, refer to the [OpenAI API Privacy Policy](https://openai.com/enterprise-privacy/).
154
  """
155
 
 
150
 
151
  Good luck! 💪
152
 
153
+ 📖 Reference: This app is based on the work described in the paper [Ignore This Title and HackAPrompt](https://aclanthology.org/2023.emnlp-main.302/) which exposes the systematic vulnarabilities of generative AI models.
154
+
155
  📝 Note: For data retention details, refer to the [OpenAI API Privacy Policy](https://openai.com/enterprise-privacy/).
156
  """
157