bgamazay commited on
Commit
f32571b
·
verified ·
1 Parent(s): d41cdbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def create_label(background_image, model_data):
70
  # Choose a font and size. Change path/size as needed.
71
  # If you don't have a custom font file, you can use a PIL built-in font.
72
  try:
73
- font = ImageFont.truetype("Roboto-Regular.ttf", 10)
74
  print("Font loaded successfully!")
75
  except Exception as e:
76
  font = ImageFont.load_default()
 
70
  # Choose a font and size. Change path/size as needed.
71
  # If you don't have a custom font file, you can use a PIL built-in font.
72
  try:
73
+ font = ImageFont.truetype("Arial.ttf", 20)
74
  print("Font loaded successfully!")
75
  except Exception as e:
76
  font = ImageFont.load_default()