• 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
Name
Last commit
Last update
..
__init__.py Loading commit data...
app.py Loading commit data...
images.py Loading commit data...
log.py Loading commit data...
state.py Loading commit data...
text.py Loading commit data...
transcriptions.py Loading commit data...
tts.py Loading commit data...