Omnibus commited on
Commit
c367a19
Β·
1 Parent(s): d5cc73a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -218,8 +218,9 @@ def blur_im(img,bounds,target_lang,trans_lang):
218
 
219
 
220
  draw.text(((x-(bw-tw)/2),y), text, font=font, fill="red")
 
221
 
222
- draw.text((x, y),text, font = font_o, fill=(0,0,0))
223
  else:
224
  pass
225
  return im
 
218
 
219
 
220
  draw.text(((x-(bw-tw)/2),y), text, font=font, fill="red")
221
+ draw.text(((x-(bw-tw)/2),y), text, font=font_o, fill="red")
222
 
223
+ #draw.text((x, y),text, font = font_o, fill=(0,0,0))
224
  else:
225
  pass
226
  return im