From 2b56522ba2d80186d608f077c50664a21e407d3d Mon Sep 17 00:00:00 2001 From: w4ffl35 <25737761+w4ffl35@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:33:23 -0600 Subject: [PATCH] add placeholder for nullscream function blacklist --- src/facehuggershield/huggingface/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/facehuggershield/huggingface/__init__.py b/src/facehuggershield/huggingface/__init__.py index ad85d99..0e8fc7a 100644 --- a/src/facehuggershield/huggingface/__init__.py +++ b/src/facehuggershield/huggingface/__init__.py @@ -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, @@ -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,