prithivMLmods commited on
Commit
cb45ccc
Β·
verified Β·
1 Parent(s): 8aa5bbb

update app [msg.]

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ ADAPTER_NAMES = list(ADAPTER_SPECS.keys())
156
  # ── NCII safety guard (pure CPU subprocess, never touches spaces/CUDA) ──────
157
  NCII_UNSAFE_LABEL = "ncii"
158
  NCII_THRESHOLD = 0.5
159
- NCII_BLOCK_MESSAGE = "You entered prompt is NCII (non-consensual intimate imagery) and your request will not be processed. Try with Safe Prompts."
160
 
161
  print("Starting NCII safety guard subprocess (CPU-only)…")
162
  try:
 
156
  # ── NCII safety guard (pure CPU subprocess, never touches spaces/CUDA) ──────
157
  NCII_UNSAFE_LABEL = "ncii"
158
  NCII_THRESHOLD = 0.5
159
+ NCII_BLOCK_MESSAGE = "This prompt was flagged by the NCII content filter and was not processed. Please try again with a different prompt."
160
 
161
  print("Starting NCII safety guard subprocess (CPU-only)…")
162
  try: