ash12321 commited on
Commit
c81cb84
Β·
verified Β·
1 Parent(s): 67f4cde

Rename models/init.py to __init__.py

Browse files
Files changed (1) hide show
  1. models/init.py β†’ __init__.py +0 -2
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