You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make width and height Optional inputs in predict.py
- Changed width and height parameters from required int to Optional[int]
- This allows the predictor to work with aspect_ratio/image_size presets when custom dimensions are not provided
- Maintains backward compatibility while fixing type hints
0 commit comments