Enhance video generation pipeline by integrating Rich for styled console output and progress tracking. Update dependencies in pyproject.toml to include Rich. Refactor print statements to use console methods for improved user experience during video and audio processing.
This commit is contained in:
@@ -19,7 +19,8 @@ dependencies = [
|
||||
"tqdm",
|
||||
"opencv-python>=4.12.0.88",
|
||||
"Pillow>=10.3.0",
|
||||
"mlx-vlm"
|
||||
"mlx-vlm",
|
||||
"rich>=14.2.0",
|
||||
]
|
||||
license = {text="MIT"}
|
||||
authors = [
|
||||
@@ -52,4 +53,4 @@ version = {attr = "mlx_video.version.__version__"}
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user