Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
•
a1dc2b7
1
Parent(s):
0d7354c
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ def fun(img):
|
|
22 |
mp_drawing_styles.get_default_hand_landmarks_style(),
|
23 |
mp_drawing_styles.get_default_hand_connections_style())
|
24 |
|
25 |
-
|
26 |
return cv2.flip(image[:,:,::-1],1)
|
27 |
|
28 |
with gr.Blocks(title="Realtime Keypoint Detection | Data Science Dojo", css="footer {display:none !important} .output-markdown{display:none !important}") as demo:
|
|
|
22 |
mp_drawing_styles.get_default_hand_landmarks_style(),
|
23 |
mp_drawing_styles.get_default_hand_connections_style())
|
24 |
|
|
|
25 |
return cv2.flip(image[:,:,::-1],1)
|
26 |
|
27 |
with gr.Blocks(title="Realtime Keypoint Detection | Data Science Dojo", css="footer {display:none !important} .output-markdown{display:none !important}") as demo:
|