Spaces:
Running on Zero
Running on Zero
now running @v02 [hfmlsoc/ncii-guard-v02]
Browse files- 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
|