Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ def video_frame_callback(frame: av.VideoFrame) -> av.VideoFrame:
|
|
60 |
# Create the keyboard buttons
|
61 |
buttonList = []
|
62 |
h, w = img.shape[:2]
|
63 |
-
|
64 |
-
|
65 |
key_width = int(0.08 * w)
|
66 |
key_height = int(0.1 * h)
|
67 |
font_scale = 0.005 * w
|
|
|
60 |
# Create the keyboard buttons
|
61 |
buttonList = []
|
62 |
h, w = img.shape[:2]
|
63 |
+
st.write(w)
|
64 |
+
st.write(h)
|
65 |
key_width = int(0.08 * w)
|
66 |
key_height = int(0.1 * h)
|
67 |
font_scale = 0.005 * w
|