FoxLoverAI commited on
Commit
8bca8ef
·
verified ·
1 Parent(s): a788fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ except ImportError:
20
  HF_TOKEN = os.environ.get("HF_TOKEN", "").strip()
21
  BUCKET_ID = os.environ.get("BUCKET_ID", "").strip()
22
 
23
- GUARD_MODEL = "hfmlsoc/ncii-light-guard-v01"
24
  NCII_THRESHOLD = 0.70
25
 
26
  # Cosmetic dropdown only — the sole backend is the ncii-guard classifier.
 
20
  HF_TOKEN = os.environ.get("HF_TOKEN", "").strip()
21
  BUCKET_ID = os.environ.get("BUCKET_ID", "").strip()
22
 
23
+ GUARD_MODEL = "hfmlsoc/ncii-guard-v02"
24
  NCII_THRESHOLD = 0.70
25
 
26
  # Cosmetic dropdown only — the sole backend is the ncii-guard classifier.