diff --git a/continuous_batching.py b/continuous_batching.py index 7edd482..8cb8a83 100644 --- a/continuous_batching.py +++ b/continuous_batching.py @@ -147,7 +147,6 @@ class ContinuousBatching(Scene): # ═══════════════════════════════════════════════════ # 2. Transition: Continuous Batching — the solution # ═══════════════════════════════════════════════════ - setattr(title, "became", title.become) # hack — update title new_title = Text("Continuous Batching", font_size=48, color=BLUE).to_edge(UP) \ .scale(0.55).move_to(title) self.play(Transform(title, new_title))