Update app.py
Browse files
app.py
CHANGED
@@ -18,10 +18,10 @@ from PIL import Image, ImageDraw
|
|
18 |
from io import BytesIO
|
19 |
import base64
|
20 |
|
21 |
-
platform_detector = get_platform_detector()
|
22 |
-
splash_detector = get_splash_detector()
|
23 |
-
diver_detector = get_diver_detector()
|
24 |
-
pose_model = get_pose_model()
|
25 |
template_path = 'report_template_tables.html'
|
26 |
dive_data = {}
|
27 |
|
|
|
18 |
from io import BytesIO
|
19 |
import base64
|
20 |
|
21 |
+
# platform_detector = get_platform_detector()
|
22 |
+
# splash_detector = get_splash_detector()
|
23 |
+
# diver_detector = get_diver_detector()
|
24 |
+
# pose_model = get_pose_model()
|
25 |
template_path = 'report_template_tables.html'
|
26 |
dive_data = {}
|
27 |
|