svjack commited on
Commit
f642081
β€’
1 Parent(s): 99f3dc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(
165
  value=sorted(map(lambda x: x.title, model_interface_list))[0],)
166
  with gr.Column():
167
  with gr.Row():
168
- civital_prompt = gr.Textbox(label = "🀭 Civital Prompt (Click from πŸ‘‰ right gallery to get them, and You can edit ✍️ yourself)",
169
  interactive = True,
170
  )
171
  gen_button = gr.Button(label = "Generate")
 
165
  value=sorted(map(lambda x: x.title, model_interface_list))[0],)
166
  with gr.Column():
167
  with gr.Row():
168
+ civital_prompt = gr.Textbox(label = "🀭 Civital Prompt (Click from πŸ‘‰ right gallery to get them, and You can edit ✍️ yourself) Don't use them to generate NSFW content, such as porns. πŸ˜¬πŸ‘Ž Or you will get βŒπŸ‘€",
169
  interactive = True,
170
  )
171
  gen_button = gr.Button(label = "Generate")