Update app.py
Browse files
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.
|
79 |
-
key_height = int(0.
|
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 |
|