Spaces:
Runtime error
Runtime error
Update overlay.py
Browse files- overlay.py +2 -2
overlay.py
CHANGED
@@ -43,8 +43,8 @@ def textover(im,txt1="",txt2=""):
|
|
43 |
|
44 |
im = Image.open(im)
|
45 |
inp=1
|
46 |
-
hh=
|
47 |
-
hhh=
|
48 |
#cnt = len(inp)
|
49 |
cnt = inp
|
50 |
font_a = 40
|
|
|
43 |
|
44 |
im = Image.open(im)
|
45 |
inp=1
|
46 |
+
hh=0
|
47 |
+
hhh=25
|
48 |
#cnt = len(inp)
|
49 |
cnt = inp
|
50 |
font_a = 40
|