Revert small change to mlx_video/generate.py

This commit is contained in:
Daniel
2026-03-11 12:41:44 +01:00
parent 281750f0a9
commit 33dd3c2edd

View File

@@ -9,9 +9,8 @@ import numpy as np
from PIL import Image from PIL import Image
from tqdm import tqdm from tqdm import tqdm
# ANSI color codes
class Colors: class Colors:
"""ANSI color codes for terminal output."""
CYAN = "\033[96m" CYAN = "\033[96m"
BLUE = "\033[94m" BLUE = "\033[94m"
GREEN = "\033[92m" GREEN = "\033[92m"