diff --git a/tutorials/public-endpoints/text-to-video-pipeline.mdx b/tutorials/public-endpoints/text-to-video-pipeline.mdx index 6c01bfb3..22e9633b 100644 --- a/tutorials/public-endpoints/text-to-video-pipeline.mdx +++ b/tutorials/public-endpoints/text-to-video-pipeline.mdx @@ -100,9 +100,6 @@ The first step uses Qwen3 32B to transform a simple idea into a detailed, image- Add the following function to your script: ```python -import re - - def enhance_prompt(simple_prompt): """Use Qwen3 32B to enhance a simple prompt into a detailed image description.""" print(f"Enhancing prompt: {simple_prompt}")