From 6e15d3d76cd5260a67784425ba57a714da4f96d2 Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Fri, 12 Jan 2024 15:43:47 +0200 Subject: [PATCH] update comment --- talkinghead/tha3/app/postprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talkinghead/tha3/app/postprocessor.py b/talkinghead/tha3/app/postprocessor.py index 3bc07ca..6b4e131 100644 --- a/talkinghead/tha3/app/postprocessor.py +++ b/talkinghead/tha3/app/postprocessor.py @@ -31,7 +31,7 @@ import torchvision # ("banding", {}), # ("scanlines", {}) # ] -default_chain = [] # TODO: disabled temporarily to get a PR in early, since we are still missing config support in client +default_chain = [] # Overridden by the animator, which sends us the chain. T = TypeVar("T") Atom = Union[str, bool, int, float]