Pratyush101 commited on
Commit
bb2faf4
·
verified ·
1 Parent(s): 9e49414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ def video_frame_callback(frame: av.VideoFrame) -> av.VideoFrame:
75
  # Create the keyboard buttons
76
  buttonList = []
77
  h, w = img.shape[:2]
78
- key_width = int(0.07 * w)
79
- key_height = int(0.09 * h)
80
  font_scale = 0.0045 * w
81
  font_thickness = int(0.009 * h)
82
 
 
75
  # Create the keyboard buttons
76
  buttonList = []
77
  h, w = img.shape[:2]
78
+ key_width = int(0.04 * w)
79
+ key_height = int(0.05 * h)
80
  font_scale = 0.0045 * w
81
  font_thickness = int(0.009 * h)
82