Revert small change to mlx_video/generate.py
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user