Spaces:
Runtime error
Runtime error
Rename models/init.py to __init__.py
Browse files
models/init.py β __init__.py
RENAMED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
# Import all models here so app.py can access them easily
|
| 2 |
-
|
| 3 |
from .text_model_1 import text_model as text_model_1, text_label_map as text_label_map_1
|
| 4 |
from .text_model_2 import text_model as text_model_2, text_label_map as text_label_map_2
|
| 5 |
from .image_model_1 import image_model as image_model_1, image_label_map as image_label_map_1
|
|
|
|
|
|
|
|
|
|
| 1 |
from .text_model_1 import text_model as text_model_1, text_label_map as text_label_map_1
|
| 2 |
from .text_model_2 import text_model as text_model_2, text_label_map as text_label_map_2
|
| 3 |
from .image_model_1 import image_model as image_model_1, image_label_map as image_label_map_1
|