• Your Name's avatar
    Fix API modules to use centralized cache functions · 5e641ba2
    Your Name authored
    - Updated codai/api/images.py to use cache module functions directly
    - Updated codai/api/tts.py to use centralized load_model() function
    - Removed proxy method calls that were causing AttributeError
    - All model loading/downloading now goes through codai.models.cache
    5e641ba2
tts.py 5.54 KB