chiruu12 commited on
Commit
d16819f
·
verified ·
1 Parent(s): fdb710c

link demo space and Guard.with_tiny usage

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -99,6 +99,9 @@ Strong on Neuralchemy, BIPIA indirect, notinject, public validation. Known weakn
99
 
100
  ```python
101
  from unplug import Guard
102
- guard = Guard(mode="local") # loads Unplug-AI/unplug-tiny-v1
 
103
  result = guard.scan(user_text)
104
  ```
 
 
 
99
 
100
  ```python
101
  from unplug import Guard
102
+
103
+ guard = Guard.with_tiny() # auto-downloads Unplug-AI/unplug-tiny-v1
104
  result = guard.scan(user_text)
105
  ```
106
+
107
+ **Interactive demo:** [Unplug-AI/unplug-tiny-demo](https://huggingface.co/spaces/Unplug-AI/unplug-tiny-demo) (span highlights + redaction).