ovi054 commited on
Commit
0b351e4
·
1 Parent(s): e17c237

Font size update

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.truetype("kalpurush.ttf", 60)
67
 
68
  #import more
69
  import tensorflow as tf