laitkor commited on
Commit
aee1582
·
verified ·
1 Parent(s): 4d3889a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import zipfile
4
  from PIL import Image, ImageDraw, ImageFont
5
 
6
- def draw_ruler(image, dpi=72, font_size=44):
7
  """
8
  Draw a virtual ruler 10 cm from the bottom of the image.
9
  Args:
 
3
  import zipfile
4
  from PIL import Image, ImageDraw, ImageFont
5
 
6
+ def draw_ruler(image, dpi=72, font_size=144):
7
  """
8
  Draw a virtual ruler 10 cm from the bottom of the image.
9
  Args: