Omnibus commited on
Commit
9e98ee9
β€’
1 Parent(s): dff02b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -215,8 +215,8 @@ def blur_im(img,bounds):
215
 
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:
 
215
 
216
  #fontpath = "tamil/Latha.ttf"
217
  text = "New Text"
218
+ font = 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: