yang-tsao
Results
2
comments of
yang-tsao
Yes, it's very important for Chinese Support. Without a prompt, we cannot choose the output to be Simplified or Traditional. See this link:[https://github.com/openai/whisper/discussions/277](url)
Sorry, the code should be the following one: ```py from manim import * class Tran(Scene): def construct(self): A = Tex("A") B = Tex("B") self.play(Transform(A, B)) ```