alessandro trinca tornidor commited on
Commit
e789db0
·
1 Parent(s): 81e8410

[fix] fix missing import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import argparse
2
  import os
3
  import re
4
  import sys
 
5
  from typing import Callable
6
 
7
  import cv2
 
2
  import os
3
  import re
4
  import sys
5
+ import logging
6
  from typing import Callable
7
 
8
  import cv2