Spaces:
Running
Running
ovi054
commited on
Commit
·
0b351e4
1
Parent(s):
e17c237
Font size update
Browse files
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",
|
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
|