Omnibus commited on
Commit
dff02b2
β€’
1 Parent(s): 16bc2e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", 40)
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: