Skip to content

Commit

Permalink
add placeholder for nullscream function blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Apr 25, 2024
1 parent 656c34a commit 2b56522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/facehuggershield/huggingface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def activate(
"transformers.models.whisper.modeling_whisper",
"transformers.models.whisper",
],
nullscream_function_blacklist=[],
activate_shadowlogger=True,
activate_darklock=True,
activate_nullscream=True,
Expand All @@ -47,6 +48,7 @@ def activate(
defendatron.activate(
nullscream_blacklist=nullscream_blacklist,
nullscream_whitelist=nullscream_whitelist,
nullscream_function_blacklist=nullscream_function_blacklist,
activate_shadowlogger=activate_shadowlogger,
activate_darklock=activate_darklock,
activate_nullscream=activate_nullscream,
Expand Down

0 comments on commit 2b56522

Please sign in to comment.