Spaces:
Sleeping
Sleeping
Create models/__init__.py
Browse files- models/__init__.py +3 -0
models/__init__.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Re-export models and helper maps so app.py can import cleanly.
|
| 2 |
+
from .text_model import text_model, TEXT_FRIENDLY_MAP
|
| 3 |
+
from .image_model import image_model
|