Spaces:
Sleeping
Sleeping
File size: 156 Bytes
4f8ca2a |
1 2 3 4 |
# Re-export models and helper maps so app.py can import cleanly.
from .text_model import text_model, TEXT_FRIENDLY_MAP
from .image_model import image_model
|