prithivMLmods commited on
Commit
b4436c3
·
verified ·
1 Parent(s): 408bcce

now running @v02 [hfmlsoc/ncii-guard-v02]

Browse files
Files changed (1) hide show
  1. ncii_guard.py +1 -1
ncii_guard.py CHANGED
@@ -19,7 +19,7 @@ import subprocess
19
  import sys
20
  import threading
21
 
22
- GUARD_REPO = "hfmlsoc/ncii-guard-v02"
23
 
24
  _lock = threading.Lock()
25
  _process: subprocess.Popen | None = None
 
19
  import sys
20
  import threading
21
 
22
+ GUARD_REPO = "hfmlsoc/ncii-guard-v02" #@v01 - https://huggingface.co/hfmlsoc/ncii-light-guard-v01
23
 
24
  _lock = threading.Lock()
25
  _process: subprocess.Popen | None = None