ovi054 commited on
Commit
2011e1a
·
1 Parent(s): abbf59c

New Output Field Support

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ import cv2
63
  #from detect_frame import detect_frame
64
  # import pathlib
65
  from PIL import ImageFont, ImageDraw, Image
66
- font = ImageFont.truetype("kalpurush.ttf", 35)
67
 
68
  #import more
69
  import tensorflow as tf
 
63
  #from detect_frame import detect_frame
64
  # import pathlib
65
  from PIL import ImageFont, ImageDraw, Image
66
+ font = ImageFont.load_default()
67
 
68
  #import more
69
  import tensorflow as tf