Omnibus commited on
Commit
5cf66dd
·
1 Parent(s): b109b82

Update overlay.py

Browse files
Files changed (1) hide show
  1. overlay.py +2 -1
overlay.py CHANGED
@@ -2,7 +2,8 @@ import cv2
2
  from PIL import Image
3
 
4
 
5
- def textover(im,txt,inp):
 
6
  hh=1
7
  hhh=45
8
  cnt = len(inp)
 
2
  from PIL import Image
3
 
4
 
5
+ def textover(im,txt):
6
+ inp=2
7
  hh=1
8
  hhh=45
9
  cnt = len(inp)