Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ def blur_im(img,bounds):
|
|
216 |
#fontpath = "tamil/Latha.ttf"
|
217 |
text = "New Text"
|
218 |
#fnt = ImageFont.truetype("Pillow/Tests/fonts/FreeMono.ttf", 40)
|
219 |
-
font = ImageFont.load("arial.pil"
|
220 |
#font = ImageFont.truetype(fontpath, 32)
|
221 |
im = Image.fromarray(im)
|
222 |
for bound in bounds:
|
|
|
216 |
#fontpath = "tamil/Latha.ttf"
|
217 |
text = "New Text"
|
218 |
#fnt = ImageFont.truetype("Pillow/Tests/fonts/FreeMono.ttf", 40)
|
219 |
+
font = ImageFont.load("arial.pil")
|
220 |
#font = ImageFont.truetype(fontpath, 32)
|
221 |
im = Image.fromarray(im)
|
222 |
for bound in bounds:
|