Spaces:
Runtime error
Runtime error
Update overlay.py
Browse files- overlay.py +3 -0
overlay.py
CHANGED
@@ -40,6 +40,9 @@ def process(img,font_text,font_fac,font_x,font_y,font_col,font_op):
|
|
40 |
return combined
|
41 |
|
42 |
def textover(im,txt):
|
|
|
|
|
|
|
43 |
inp=2
|
44 |
hh=1
|
45 |
hhh=45
|
|
|
40 |
return combined
|
41 |
|
42 |
def textover(im,txt):
|
43 |
+
#im.save('tmp.png')
|
44 |
+
|
45 |
+
im = Image.open(im)
|
46 |
inp=2
|
47 |
hh=1
|
48 |
hhh=45
|