DmitrMakeev commited on
Commit
b0f9081
·
verified ·
1 Parent(s): 1055419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -17,8 +17,12 @@ from io import BytesIO
17
  import numpy as np
18
  from tabulate import tabulate
19
 
 
20
 
21
 
 
 
 
22
  from werkzeug.utils import secure_filename
23
 
24
 
 
17
  import numpy as np
18
  from tabulate import tabulate
19
 
20
+ from typing import Dict, Any, Union, List
21
 
22
 
23
+ import traceback
24
+ import logging
25
+
26
  from werkzeug.utils import secure_filename
27
 
28