Mathematicaljuice commited on
Commit
55993ae
·
verified ·
1 Parent(s): c69bc04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import cv2
2
- from mediapipe.python.solutions import hands as mp_hands
 
 
3
  import numpy as np
4
  import torch
5
  import torch.nn as nn
 
1
  import cv2
2
+ import mediapipe as mp
3
+
4
+ mp_hands = mp.solutions.hands
5
  import numpy as np
6
  import torch
7
  import torch.nn as nn