JORGE DIOSDADO commited on
Commit
61f4773
1 Parent(s): 17cae3c

added font

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. arial.ttf +0 -0
app.py CHANGED
@@ -81,6 +81,7 @@ if uploaded_file is not None:
81
 
82
  # Display the image with overlaid text
83
 
 
84
 
85
  lista_images = split_image(uploaded_file)
86
  label = [] # Initialize the label list
 
81
 
82
  # Display the image with overlaid text
83
 
84
+ overlay_draw.font = ImageFont.truetype("arial.ttf")
85
 
86
  lista_images = split_image(uploaded_file)
87
  label = [] # Initialize the label list
arial.ttf ADDED
Binary file (312 kB). View file