Spaces:
Running
Running
ovi054
commited on
Commit
·
2011e1a
1
Parent(s):
abbf59c
New Output Field Support
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.
|
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
|