Spaces:
Runtime error
Runtime error
Update overlay.py
Browse files- 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
|
|
|
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)
|